Browse Source

chore: updates README.md

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

+ 1 - 1
README.md

@@ -111,7 +111,7 @@ schema.defineDatasource({
 ```js
 // объявление модели "region"
 schema.defineModel({
-  name: 'region', // название новой модели
+  name: 'region', // название модели
   properties: { // поля модели
     name: DataType.STRING,
     population: DataType.NUMBER,