Skip to content

Commit 09481fb

Browse files
committed
docs(readme): acknowledge deno authors
1 parent aa1b6f0 commit 09481fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PogSocket
22

3-
> Deno websocket client (based on the original deno websocket client).
3+
> A functional deno websocket client!
44
55
## Usage
66

@@ -19,6 +19,11 @@ for await (const event of readSocket(socket)) {
1919
}
2020
```
2121

22+
## Acknowledgements
23+
24+
- [_/websocket_](/websocket) (and parts of [_/pogsocket_](/pogsocket)) were originally written by the **Deno Authors**, this couldn't have been done without them :)
25+
26+
2227
---
2328

2429
[melike2d](https://dimensional.fun)

0 commit comments

Comments
 (0)