diff --git a/README.md b/README.md index b9dac16..207ec97 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ programmatic API that is consistent across languages - Build a tool which is actually useful for developers +# Documentation + +Project documnetation hosted at [Read The Docs](http://bedquiltdb.readthedocs.org). + +To build documentation, install the `mkdocs` utility and run: +``` +$ make docs +``` + + # Examples This extension provides the core functionality of BedquiltDB, and can be used from ordinary SQL queries, @@ -74,16 +84,6 @@ select bq_list_collections(); ``` -# Documentation - -Project documnetation hosted at [Read The Docs](http://bedquiltdb.readthedocs.org). - -To build documentation, install the `mkdocs` utility and run: -``` -$ make docs -``` - - # Drivers BedquiltDB is intended to be used with client libraries (aka Drivers), such as: