Skip to content

Commit

Permalink
Merge pull request #262 from biancaghiurutan/patch-1
Browse files Browse the repository at this point in the history
Removed line that breaks the code
  • Loading branch information
matt-lethargic authored Jan 11, 2022
2 parents 7ab3784 + 13d8d0d commit e9623de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ var vonageClient = new VonageClient(credentials);
```

```csharp
var results = client.SMS.Send(request: new SMS.SMSRequest
var response = vonageClient.SmsClient.SendAnSms(new Vonage.Messaging.SendSmsRequest()
{
To = TO_NUMBER,
Expand Down

0 comments on commit e9623de

Please # to comment.