From 699fff78235d78422c8f510349f929482d0104ae Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Wed, 4 May 2022 10:56:55 +0430 Subject: [PATCH] docs(readme): Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5ca98..e8637de 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ If you don't want to get a Redis connection from a model class, you can also use ```python from redis_om import get_redis_connection -redis_conn = get_redis_conection() +redis_conn = get_redis_connection() redis_conn.set("hello", "world") ```