Skip to content

Commit eab8496

Browse files
Update README.md
1 parent 770cfa7 commit eab8496

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ A Free and Open Source Database Management Script (FODBMS) for hackmud.
33

44
<img width="1239" height="783" alt="imagem" src="https://github.com/user-attachments/assets/54ba8610-4c45-4442-a522-ec1bcf6c610a" />
55

6-
## Main Freatures
7-
- 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);
6+
## Main Features
7+
- All find methods, `first, array, count, distinct` and all their parameters, `query, projection, skip, limit, sort` (some methods aren't compatible with some parameters by design);
88
- Insert single or multiple documents (asks for confirmation);
99
- Removes single or multiple documents (asks for confirmation), but doesn't allow for the complete deletion of the database (use nuke for that);
10-
- All ways to update documents, `update, update only 1, update with upsert` (asks for confirmation);
11-
- Easy way to see the specifications/geral info of the database. (Requires the documents to have a `collection` property);
10+
- All functions to update documents, `update, update only 1, update with upsert` (asks for confirmation);
11+
- Easy way to see the number of documents of the database by collection. (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;
13-
- Arguemnts market with `*` can be omitted, because they can be ignored or have default values assigned;
13+
- Arguments market with `*` can be omitted, because they can be ignored or have default values assigned;
1414
- Letters between `[]` represent aliases for `cmds`;
15-
- Script protection to only run if user is allowed, needs to be uncommented;
15+
- Script protection to only run if the user is allowed, needs to be uncommented;
1616

1717
## Extra Info
1818
- `Char Count: 4308` -> `Objective: 2000`;

0 commit comments

Comments
 (0)