Browse Source

WEBSOCKET.md: typo

Fixing missing slash for ws protocol scheme

Closes #10464
Gregory Panakkal 1 year ago
parent
commit
01772a3c39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/WEBSOCKET.md

+ 1 - 1
docs/WEBSOCKET.md

@@ -9,7 +9,7 @@ SPDX-License-Identifier: curl
 ## URL
 
 WebSocket communication with libcurl is done by setting up a transfer to a URL
-using the `ws:/` or `wss://` URL schemes. The latter one being the secure
+using the `ws://` or `wss://` URL schemes. The latter one being the secure
 version done over HTTPS.
 
 When using `wss://` to do WebSocket over HTTPS, the standard TLS and HTTPS