Skip to content

Commit

Permalink
syntax+docs(readme): minor readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvuong committed Nov 6, 2015
1 parent 6633eb4 commit 040f2e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

pyNodeBB is a Python client for the NodeBB API (still under development).

## Installing PyNodeBB
### Install

```
pip install pynodebb
```

## Getting started
### Getting started

```python
from __future__ import print_function
Expand All @@ -38,10 +38,10 @@ for topic in topics:
print(topic['title'])
```

## Documentation
### Documentation

Documentation is available at http://pynodebb.readthedocs.org/en/latest/.

## License
### License

[MIT](https://github.com/davidvuong/pynodebb/blob/master/LICENSE.md)

0 comments on commit 040f2e2

Please sign in to comment.