Skip to content

Commit 9a1d549

Browse files
Update README.md
fixed typo
1 parent a83aa4e commit 9a1d549

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)