From 75bf9f2333dc1536fd6ddd79f08ef7cf05afff22 Mon Sep 17 00:00:00 2001 From: Valdeci Gomes Date: Wed, 7 Nov 2018 18:00:54 -0200 Subject: [PATCH] Update README Update README to get the correct markdown formatting on the titles --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 052313a..0ddbfd5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#BitBucket-API +# BitBucket-API [![Build Status](https://secure.travis-ci.org/Sheeprider/BitBucket-api.png)](http://travis-ci.org/Sheeprider/BitBucket-api) @@ -7,7 +7,7 @@ BitBucket-api is an ISC Licensed library, written in Python. Bitbucket has a REST API publicly available, this package provide methods to interact with it. It allows you to access most repositories, services (hooks) and ssh keys related functionalities. -##Features +## Features * Access public user informations * Access public or private repositories, tags or branches @@ -18,16 +18,16 @@ It allows you to access most repositories, services (hooks) and ssh keys related * Access, create, update or delete an issue * Access, create, update or delete an issue comment -##Installation +## Installation To install bitbucket-api, simply: $ pip install bitbucket-api -##Requirements +## Requirements Bitbucket-api require [requests](https://github.com/kennethreitz/requests), [sh](https://github.com/amoffat/sh) and [requests-oauthlib](https://github.com/requests/requests-oauthlib)to work, but dependencies should be handled by pip. -##Documentation +## Documentation Documentation is available on [Read The Docs](https://bitbucket-api.readthedocs.org/en/latest/index.html).