Skip to content

Commit

Permalink
Fix the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jul 18, 2024
1 parent 170c95a commit 8a8dfef
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 @@ -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 */))
}
```

Expand Down

0 comments on commit 8a8dfef

Please sign in to comment.