]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
WEBSOCKET.md: typo
authorGregory Panakkal <24560430+gregorypanakkal@users.noreply.github.com>
Fri, 10 Feb 2023 08:32:57 +0000 (14:02 +0530)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Feb 2023 09:28:40 +0000 (10:28 +0100)
Fixing missing slash for ws protocol scheme

Closes #10464

docs/WEBSOCKET.md

index b05a2ae60f7381c11e78eb78fc29c07d23b74ddd..ba84c2284f395182eaee5029f90b6092f97a53fb 100644 (file)
@@ -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