fix a typo in test-ws example (#1230)

This commit is contained in:
Meet Rajesh Gor 2023-02-02 23:04:35 +05:30 committed by GitHub
parent 434cdab17c
commit 503ed9527a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ This server listens for incoming WebSocket connections coming in to ws://localho
## How to Use This Server
1. If you do not already have Go (version 1.17 or higher) installed on your machine, you can download an installation for your machine from [https://golang.org](the Go website)
1. If you do not already have Go (version 1.17 or higher) installed on your machine, you can download an installation for your machine from [the Go website](https://golang.org)
2. Open up a terminal window and navigate to this directory. Start up the WebSocket server by typing `go run server.go`