From b82997efc023ebada2b4afcedc769383797584d6 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Thu, 14 Jan 2016 15:23:17 -0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26429e26..158d1240 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ const personSchema = { name: 'Person', primaryKey: 'name', properties: { - name': 'string', + name: 'string', birthday: 'date', friends: {type: 'list', objectType: 'Person'}, points: {type: 'int', default: 0},