Skip to content

Commit

Permalink
Readme changes | 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Oct 9, 2023
1 parent c05fc05 commit 919f68d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- README changes
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<a href="https://zilaws.com" target="_blank" rel="noopener noreferrer">Documentation</a>
</h2>

<h3 style="text-align: center">Looking for the <a href="https://www.npmjs.com/package/zilaws-client" target="_blank" rel="noopener noreferrer">zilaws-client</a> package?</h3>

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

<h2>
Waiter example
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": "1.1.0",
"version": "1.1.1",
"description": "ZilaWS is a blazingly fast and very lightweight library that provides an extremely easy-to-use way to transmit data via websockets between clientside and serverside using eventhandlers and async waiters.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 919f68d

Please sign in to comment.