Browse Source

chore: updates README.md

e22m4u 1 year ago
parent
commit
f1a17967e0
2 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md
  2. 0 0
      docs/index.html

+ 2 - 2
README.md

@@ -70,7 +70,7 @@ schema.defineModel({
   },
 })
 
-// получение репозитория для модели "country"
+// получение репозитория модели "country"
 const countryRep = schema.getRepository('country');
 
 // добавление нового документа в коллекцию "country"
@@ -79,7 +79,7 @@ const country = await countryRep.create({
   population: 143400000,
 });
 
-// вывод результата
+// вывод нового документа
 console.log(country);
 // {
 //   "id": 1,

File diff suppressed because it is too large
+ 0 - 0
docs/index.html


Some files were not shown because too many files changed in this diff