From 040f2e232c9257ce7de92b3f20ecf88c361f3aea Mon Sep 17 00:00:00 2001 From: David Vuong Date: Sat, 7 Nov 2015 08:39:34 +1100 Subject: [PATCH] syntax+docs(readme): minor readme formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b531398..b54ccc2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)