Skip to content

Commit 6b385c5

Browse files
author
Joohwan Oh
committed
Update README.md
1 parent a206229 commit 6b385c5

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
@@ -176,7 +176,7 @@ for doc in my_col:
176176
my_col.update_document(doc["_key"], {"new_value": new_value})
177177
```
178178

179-
## Simple (Collection-Specific) Queries
179+
## Simple Queries (Collection-Specific)
180180
```python
181181
# Return the first 5 documents in collection "my_col"
182182
my_col.first(5)

0 commit comments

Comments
 (0)