mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
Fix typo in README
This commit is contained in:
parent
bc77077b13
commit
b82997efc0
@ -29,7 +29,7 @@ const personSchema = {
|
|||||||
name: 'Person',
|
name: 'Person',
|
||||||
primaryKey: 'name',
|
primaryKey: 'name',
|
||||||
properties: {
|
properties: {
|
||||||
name': 'string',
|
name: 'string',
|
||||||
birthday: 'date',
|
birthday: 'date',
|
||||||
friends: {type: 'list', objectType: 'Person'},
|
friends: {type: 'list', objectType: 'Person'},
|
||||||
points: {type: 'int', default: 0},
|
points: {type: 'int', default: 0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user