docs(readme): Fix typo
This commit is contained in:
		
							parent
							
								
									e129526593
								
							
						
					
					
						commit
						699fff7823
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -322,7 +322,7 @@ If you don't want to get a Redis connection from a model class, you can also use
 | 
				
			||||||
```python
 | 
					```python
 | 
				
			||||||
from redis_om import get_redis_connection
 | 
					from redis_om import get_redis_connection
 | 
				
			||||||
 | 
					
 | 
				
			||||||
redis_conn = get_redis_conection()
 | 
					redis_conn = get_redis_connection()
 | 
				
			||||||
redis_conn.set("hello", "world")
 | 
					redis_conn.set("hello", "world")
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue