Skip to content

Commit 1e9f8c2

Browse files
committed
fix(docs): MGS to Msg in examples
1 parent 1b73745 commit 1e9f8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ Next, follow along with [examples](#examples) to learn more
103103

104104
### Managing OTPs
105105

106-
OTP services like sending, verifying, and resending etc, can be accessed via `otp` method on the client instance e.g. `MGS91::otp()`.
106+
OTP services like sending, verifying, and resending etc, can be accessed via `otp` method on the client instance e.g. `Msg91::otp()`.
107107

108108
> For a detailed usage, please visit [msg91-php's documentation][client-managing-otps] on managing OTPs.
109109
110110
#### Send OTP
111111

112112
```php
113-
MGS91::otp()
113+
Msg91::otp()
114114
->to(912343434312) // phone number with country code
115115
->send(); // send the otp
116116
```

0 commit comments

Comments
 (0)