We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402b4e commit 2415737Copy full SHA for 2415737
README.md
@@ -45,7 +45,7 @@ import (
45
)
46
47
func main() {
48
- client := smsto.New(smsto.WithAPIKey(/* API KEY */))
+ client := smsto.New(smsto.WithAPIKey(/* API KEY */))
49
}
50
```
51
0 commit comments