Fix typo in README

This commit is contained in:
Scott Kyle 2016-01-14 15:23:17 -08:00
parent bc77077b13
commit b82997efc0
1 changed files with 1 additions and 1 deletions

View File

@ -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},