Skip to content

Commit bd8a1b2

Browse files
committed
fix(docs): correct api for resend otp
1 parent 4e656e3 commit bd8a1b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ Msg91::otp(1234) // OTP to be verified
128128
```php
129129
Msg91::otp()
130130
->to(912343434312) // set the mobile with country code
131-
->via("text") // way of retry
132131
->resend(); // resend otp
133132
```
134133

0 commit comments

Comments
 (0)