Skip to content

Commit 5dd9ad6

Browse files
Updated readme with required module imports (#50)
Improve the documentation a bit by adding required imports. Right now it isn't obvious for people just discovering the project what they need to run this code.
1 parent b98606c commit 5dd9ad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ For more details, visit [http://redisearch.io](http://redisearch.io)
3737
## Example: Using the Python Client
3838

3939
```py
40+
from redisearch import Client, TextField
41+
4042
# Creating a client with a given index name
4143
client = Client('myIndex')
4244

0 commit comments

Comments
 (0)