Skip to content

Commit 0bed89d

Browse files
Update README.md
1 parent d35e3b3 commit 0bed89d

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
@@ -43,7 +43,7 @@ from redisearch import Client, TextField, IndexDefinition, Query
4343
# Creating a client with a given index name
4444
client = Client("myIndex")
4545

46-
# IndexDefinition is avaliable for RediSearch 2.0+
46+
# IndexDefinition is available for RediSearch 2.0+
4747
definition = IndexDefinition(prefix=['doc:', 'article:'])
4848

4949
# Creating the index definition and schema

0 commit comments

Comments
 (0)