Skip to content

Commit aaebb5d

Browse files
authored
Update README.md
1 parent df1750b commit aaebb5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ A minimal Websockets Server in Python with no external dependencies.
1010
* Multiple clients
1111
* No dependencies
1212

13-
Notice that this implementation does not support the more advanced features
14-
like multithreading etc. The project is focused mainly on making it easy to run a
15-
websocket server for prototyping, testing or for making a GUI for your application.
13+
Notice this project is focused mainly on making it easy to run a websocket server for prototyping, testing or for making a GUI for your application. Thus not all possible features of Websockets are supported.
1614

1715

1816
Installation

0 commit comments

Comments
 (0)