Skip to content

Commit ed31423

Browse files
author
Gabriel Montalvo
committed
trivial changes to documentation tables
1 parent 5ffd8a4 commit ed31423

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Get the collections in the specified database
7474
***Parameters:***
7575

7676
Name | Description | Type | Required |
77-
-----|------------ |------|----------|
77+
-----|------------ |------|:----------:|
7878
database| MongoDB database name | `String` | Yes |
7979

8080
#### `listDocuments`
@@ -86,7 +86,7 @@ Get the documents in the specified collection
8686
***Options:***
8787

8888
Name | Description | Type | Required |
89-
-----|------------ |------|----------|
89+
-----|------------ |------|:----------:|
9090
database| MongoDB database name | `String` | Yes |
9191
collectionName| MongoDB collection name | `String` | Yes |
9292
query| restrict results by the specified JSON query | `String` | No |
@@ -106,7 +106,7 @@ Create a new document in the specified collection
106106
***Options:***
107107

108108
Name | Description | Type | Required |
109-
-----|------------ |------|----------|
109+
-----|------------ |------|:----------:|
110110
database| MongoDB database name | `String` | Yes |
111111
collectionName| MongoDB collection name | `String` | Yes |
112112
documents| a document or array of documents to be inserted| `Object/Array` | Yes |
@@ -120,7 +120,7 @@ Update one or more documents in the specified collection
120120
***Options:***
121121

122122
Name | Description | Type | Required |
123-
-----|------------ |------|----------|
123+
-----|------------ |------|:----------:|
124124
database| MongoDB database name | `String` | Yes |
125125
collectionName| MongoDB collection name | `String` | Yes |
126126
data| replacement document or update modifiers | `Object` | Yes |
@@ -137,7 +137,7 @@ Replace the contents of some or all documents of a collection
137137
***Options:***
138138

139139
Name | Description | Type | Required |
140-
-----|------------ |------|----------|
140+
-----|------------ |------|:----------:|
141141
database| MongoDB database name | `String` | Yes |
142142
collectionName| MongoDB collection name | `String` | Yes |
143143
query| only replace the document(s) matching the specified JSON query | `String` | No |
@@ -151,7 +151,7 @@ View a single document
151151
***Options:***
152152

153153
Name | Description | Type | Required |
154-
-----|------------ |------|----------|
154+
-----|------------ |------|:----------:|
155155
database| MongoDB database name | `String` | Yes |
156156
collectionName| MongoDB collection name | `String` | Yes |
157157
id| the document's id | - | Yes |
@@ -165,7 +165,7 @@ Update a single document
165165
***Options:***
166166

167167
Name | Description | Type | Required |
168-
-----|------------ |------|----------|
168+
-----|------------ |------|:----------:|
169169
database| MongoDB database name | `String` | Yes |
170170
collectionName| MongoDB collection name | `String` | Yes |
171171
id| the document's id | - | Yes |
@@ -180,7 +180,7 @@ Delete a single document
180180
***Options:***
181181

182182
Name | Description | Type | Required |
183-
-----|------------ |------|----------|
183+
-----|------------ |------|:----------:|
184184
database| MongoDB database name | `String` | Yes |
185185
collectionName| MongoDB collection name | `String` | Yes |
186186
id| the document's id | - | Yes |
@@ -194,7 +194,7 @@ Run a MongoDB database command
194194
***Options:***
195195

196196
Name | Description | Type | Required |
197-
-----|------------ |------|----------|
197+
-----|------------ |------|:----------:|
198198
database| MongoDB database name | `String` | Yes |
199199
commands| the document's id | `Object` | Yes |
200200

0 commit comments

Comments
 (0)