Skip to content

Commit d6c9a49

Browse files
authored
update README.md (#196)
Fix typo
1 parent 6393eeb commit d6c9a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ below accordingly).
4949
`test.data` collection with this command:
5050

5151
```
52-
mongosh --eval "db.data.insertMany([{_id: 1, a: true}, {_id: 2, a: 'true'}, {_id: 3, a: 1}, {_id: 4}])" localhost:27017/test`
52+
mongosh --eval "db.data.insertMany([{_id: 1, a: true}, {_id: 2, a: 'true'}, {_id: 3, a: 1}, {_id: 4}])" localhost:27017/test
5353
```
5454

5555
3. Create a new file `parse-schema.js` and paste in the following code:

0 commit comments

Comments
 (0)