Browse Source

docs: updates README.md

e22m4u 2 days ago
parent
commit
26c5f69b38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -342,7 +342,7 @@ import {projectData} from '@e22m4u/js-data-projection';
 const userSchema = {
   name: true,
   address: {
-    schema: 'address', // <= передается имя вложенной схемы
+    schema: 'address', // <= имя вложенной схемы
   }
 }