Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgur-yalcin committed Sep 11, 2022
1 parent 4639556 commit cfed930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ func main() {
api, req := netgsm.Api("header", "username", "password")
req.Body.Msg = "test"
req.Body.No = "905555555555"
res := api.Otp(req)
res := api.Sms(req) // Normal sms
// res := api.Otp(req) // Hızlı sms
pretty, _ := xml.MarshalIndent(res, " ", " ")
fmt.Println(string(pretty))
}
Expand Down

0 comments on commit cfed930

Please sign in to comment.