Add missing "#"

This commit is contained in:
Sylvain Bellemare 2016-02-17 15:44:37 +01:00
parent 48509ec00f
commit ef9d3d3a9a

View File

@ -1,6 +1,6 @@
##################
###################
Developer Interface
##################
###################
The Bigchain class is the top-level API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.