Skip to content

Commit 9285c95

Browse files
authored
Fix README syntax
1 parent bb32962 commit 9285c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A Python library to interact with CodeBottle's API.
33
This is obviously still in development.
44

5-
##Example:
5+
## Example:
66
```python
77
import codebottle
88

@@ -19,11 +19,11 @@ browse = codebottle.browse(limit=10).results
1919
secure = codebottle.verifysecure(secure_token="Some type of token here")
2020
```
2121

22-
##Installing
22+
## Installing
2323

2424
From git:
2525
```pip install git+https://github.com/codebottle-io/codebottle-python.git```
2626

27-
##TODO:
27+
## TODO:
2828

2929
- Convert dicts to classes

0 commit comments

Comments
 (0)