Skip to content

Commit 5505bf8

Browse files
authored
Merge pull request #124 from Jon-F-Wood/master
Updating Websocket Link
2 parents a8b4d2c + 40ff33e commit 5505bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/07-websockets.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ main =
1616

1717
echoServer : String
1818
echoServer =
19-
"ws://echo.websocket.org"
19+
"wss://echo.websocket.org"
2020

2121

2222

0 commit comments

Comments
 (0)