diff --git a/README.md b/README.md index 0bdefaa..3c0f4b8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ import ( ) func main() { - client := htpsms.New(htpsms.WithDelay(200)) + client := htpsms.New(htpsms.WithAPIKey(/* API Key from https://httpsms.com/settings */)) } ```