Skip to content

Commit 699fff7

Browse files
author
Ali Afsharzadeh
authored
docs(readme): Fix typo
1 parent e129526 commit 699fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ If you don't want to get a Redis connection from a model class, you can also use
322322
```python
323323
from redis_om import get_redis_connection
324324

325-
redis_conn = get_redis_conection()
325+
redis_conn = get_redis_connection()
326326
redis_conn.set("hello", "world")
327327
```
328328

0 commit comments

Comments
 (0)