Skip to content

Commit 770cfa7

Browse files
Fix typos in README.md
1 parent ac1a8ba commit 770cfa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Free and Open Source Database Management Script (FODBMS) for hackmud.
66
## Main Freatures
77
- All find methods, `first, array, count, distinct` and all their parameters, `query, projection, skip, limit, sort` (some methods arent compatible with some parameters by disign);
88
- Insert single or multiple documents (asks for confirmation);
9-
- Removes sngle or multiple documents (asks for confirmation), but doesn't allow for the complete deletion of the database (use nuke for that);
9+
- Removes single or multiple documents (asks for confirmation), but doesn't allow for the complete deletion of the database (use nuke for that);
1010
- All ways to update documents, `update, update only 1, update with upsert` (asks for confirmation);
1111
- Easy way to see the specifications/geral info of the database. (Requires the documents to have a `collection` property);
1212
- A way to delete everything in the database with double confirmation, first normal and security message;

0 commit comments

Comments
 (0)