Skip to content

Commit

Permalink
chore: update README.md (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari authored Jun 4, 2023
1 parent 10a0942 commit 2d9c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func main() {

// Search server using serverID.
// eg: fetch server with ID 28910.
// speedtest.ErrEmptyServers will be returned if the server cannot be found.
// speedtest.ErrServerNotFound will be returned if the server cannot be found.
// server, err := speedtest.FetchServerByID("28910")

serverList, _ := speedtestClient.FetchServers()
Expand Down

0 comments on commit 2d9c6c5

Please sign in to comment.