Skip to content

Commit 2415737

Browse files
committed
Fix spacing
1 parent c402b4e commit 2415737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
)
4646

4747
func main() {
48-
client := smsto.New(smsto.WithAPIKey(/* API KEY */))
48+
client := smsto.New(smsto.WithAPIKey(/* API KEY */))
4949
}
5050
```
5151

0 commit comments

Comments
 (0)