From 91a2c68ac0bd0b061c77c213ad47e1915d4ebb9e Mon Sep 17 00:00:00 2001 From: Mike Samuel Date: Tue, 18 Jul 2017 11:43:00 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bbc668..19e0d26 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ The ORM has mapped the field ```optional string text = 1;``` of the message to a *Foo_numbers*. *Foo_numbers* refers back to the _Foo_ table via ```parent_id INTEGER```. -##Connecting to a Database +## Connecting to a Database Before protobuf objects can be stored in the database, first a database must be created. If a database already exists a connection to this database has to be