Browse Source

chore: updates README.md

e22m4u 2 years ago
parent
commit
193c5b92a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -205,7 +205,7 @@ schema.defineDatasource({
 // объявление модели "city"
 // объявление модели "city"
 schema.defineModel({
 schema.defineModel({
   name: 'city',
   name: 'city',
-  datasource: 'myMemory', // источник модели
+  datasource: 'myMemory', // источник данных
   properties: {
   properties: {
     name: DataType.STRING,
     name: DataType.STRING,
     population: DataType.NUMBER,
     population: DataType.NUMBER,