Skip to content

Commit c45892f

Browse files
authored
Merge pull request #4 from alexferrari88/patch-1
Update README.md
2 parents a83aa4e + 9a1d549 commit c45892f

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
@@ -4,7 +4,7 @@ A simple demo of Redis Streams backed Chat app using Websockets, Python Asyncio
44
Requires Python version >= 3.6 and Redis
55

66
# Overview
7-
This project has been created to help understand some realted concepts. Python standard library asyncio, websockets (which are often cited as a classic use case for async python code), also Redis Streams. It is very much inteded to be an intentionally simple starting point rather than a usable product as is.
7+
This project has been created to help understand some related concepts. Python standard library asyncio, websockets (which are often cited as a classic use case for async python code), also Redis Streams. It is very much inteded to be an intentionally simple starting point rather than a usable product as is.
88

99
# Installation
1010

0 commit comments

Comments
 (0)