Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Dec 26, 2023
1 parent 2456a47 commit 78bb719
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# v2.0.4
# v2.0.5

* README changes
* README fix
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ZilaWS is a blazingly fast and very lightweight library that provides an extreme
![coverage label for lines of code](./.coverage-badges/badge-lines.svg)
![coverage label for statements](./.coverage-badges/badge-statements.svg)

<img src="logo.png" width="240">
<img src="logo.png" alt="ZilaWS Logo" width="240">

## [Documentation](https://zilaws.com)

## Looking for the [zilaws-server](https://www.npmjs.com/package/zilaws-server) package?</h2>
## Looking for the [zilaws-client](https://www.npmjs.com/package/zilaws-client) package?</h2>

The ZilaWS Server can accept WS connections from non ZilaWS clients but won't work as expected.

Expand All @@ -30,7 +30,7 @@ There are also [broadcastWaiters](https://zilaws.com/docs/waiters#broadcastwaite

Regular waiters wait for a response for the amount of time specified by the `maxWaiterTime` property. This is a property of the ZilaServer class. This property can be set while creating the server through the options object or anytime with its property.

* `identifier`: The name of the [MessageHandler](https://zilaws.com/docs/server-api/recieving-data#waiting-for-data) on the other side of the connection.
* `identifier`: The name of the [MessageHandler](https://zilaws.com/docs/server-api/recieving-data#waiting-for-data) on the other side of the connection.
* `...data`: A waiter (or a send) can be given any number of any data.

```ts
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "zilaws-server",
"version": "2.0.4",
"version": "2.0.5",
"description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between client-side and server-side using eventhandlers and async waiters.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 78bb719

Please sign in to comment.