diff --git a/README.rst b/README.rst index 1305b6e9..1c6336a7 100644 --- a/README.rst +++ b/README.rst @@ -63,11 +63,6 @@ Some simple examples of what MongoEngine code looks like:: ... print 'Link:', post.url ... print ... - === Using MongoEngine === - See the tutorial - - === MongoEngine Docs === - Link: hmarr.com/mongoengine >>> len(BlogPost.objects) 2 @@ -85,7 +80,7 @@ Some simple examples of what MongoEngine code looks like:: Tests ===== To run the test suite, ensure you are running a local instance of MongoDB on -the standard port, and run ``python setup.py test``. +the standard port, and run: ``python setup.py test``. Community ========= @@ -93,11 +88,10 @@ Community `_ - `MongoEngine Developers mailing list `_ -- `#mongoengine IRC channel `_ +- `#mongoengine IRC channel `_ Contributing ============ The source is available on `GitHub `_ - to contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome! -