diff --git a/README.md b/README.md index 7ea2521..e0ad5d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PogSocket -> Deno websocket client (based on the original deno websocket client). +> A functional deno websocket client! ## Usage @@ -19,6 +19,11 @@ for await (const event of readSocket(socket)) { } ``` +## Acknowledgements + +- [_/websocket_](/websocket) (and parts of [_/pogsocket_](/pogsocket)) were originally written by the **Deno Authors**, this couldn't have been done without them :) + + --- [melike2d](https://dimensional.fun) \ No newline at end of file