We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adbf98 commit 978c7bbCopy full SHA for 978c7bb
readme.md
@@ -52,7 +52,7 @@ import (
52
func main() {
53
client := namesilo.NewClient("1234")
54
55
- // Set the endpoint to use the OTE endpoint.
+ // Get the endpoint to use the OTE endpoint.
56
endpoint, err := namesilo.GetEndpoint(false, true)
57
if err != nil {
58
log.Fatal(err)
0 commit comments