Skip to content

Commit b94d0bb

Browse files
authored
Update README.md
1 parent 3f317ba commit b94d0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ NB: you can also download MeiliSearch from **Homebrew** or **APT**.
6060

6161
## 🚀 Getting Started
6262

63-
#### Add documents <!-- omit in toc -->
63+
#### Add Documents <!-- omit in toc -->
6464

6565
```python
6666
import meilisearch
@@ -114,7 +114,7 @@ index.search(
114114
'prince',
115115
{
116116
'attributesToHighlight': ['title'],
117-
'filters': ['book_id > 10']
117+
'filters': 'book_id > 10'
118118
}
119119
)
120120
```

0 commit comments

Comments
 (0)