Skip to content

Commit a43ef0d

Browse files
committed
Update README.md
1 parent bc1cdbe commit a43ef0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A minimal Websockets Server in Python with no external dependencies.
88
* Multiple clients
99
* No dependencies
1010

11-
Notice that this websocket-server doesn't support the more advanced features
11+
Notice that this implementation does not support the more advanced features
1212
like SSL etc. The project is focused mainly on making it easy to run a
13-
websocket server for prototyping or testing.
13+
websocket server for prototyping, testing or for making a GUI for your application.
1414

1515

1616
Usage
@@ -29,7 +29,7 @@ or you can install the project directly from PyPi:
2929

3030
pip install websocket-server
3131

32-
For further details check the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example code and the [API](https://github.com/Pithikos/python-websocket-server#api).
32+
For coding details have a look at the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example and the [API](https://github.com/Pithikos/python-websocket-server#api).
3333

3434

3535
API

0 commit comments

Comments
 (0)