Skip to content

Commit

Permalink
docs(readme): acknowledge deno authors
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea committed Oct 12, 2022
1 parent aa1b6f0 commit 09481fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PogSocket

> Deno websocket client (based on the original deno websocket client).
> A functional deno websocket client!
## Usage

Expand All @@ -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)

0 comments on commit 09481fb

Please sign in to comment.