Skip to content

Commit bfdd316

Browse files
committed
rename WS to ws
1 parent 00ee42d commit bfdd316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10391039
## WebSockets
10401040

10411041
* [Socket.io](https://github.com/socketio/socket.io) The most widely used WebSocket library for real-time applications. Supports auto-reconnection, rooms, and fallbacks (e.g., polling).
1042-
* [WS](https://github.com/websockets/ws) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested.
1042+
* [ws](https://github.com/websockets/ws) The most popular and efficient WebSocket library for Node.js. Simple to use, blazing fast and thoroughly tested.
10431043

10441044
## Misc
10451045

0 commit comments

Comments
 (0)