Skip to content

Commit

Permalink
fixed the README formatting, remove extra backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
patx committed Jan 2, 2025
1 parent 6be6c6d commit c193209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ db.purge()

## Search Operations:
* All: Retrieve all documents with optional pagination.
````
```
db.all(limit=10, offset=0)
db.all() # No pagination
```
Expand Down

0 comments on commit c193209

Please sign in to comment.