diff options
author | davidovski <david@sendula.com> | 2021-07-08 19:27:12 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-07-08 19:27:12 +0100 |
commit | a0851bd40055bd22f2c0a4d8f2f2e7329701abb3 (patch) | |
tree | 67fa5c292c92aacafc392864a1489eccef750acb | |
parent | b2c4859226aec4e5d26aad21329cc5ea1fb02b79 (diff) |
fixed readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ # Chatroom -This is an example For creating a simple web socket chatroom server with a webclient +This is an example for creating a simple web socket chatroom server with a webclient in javascript, using node. |