From 7fb69e35fb7a1f5ab9ac9c59cef531680e329435 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 19 Apr 2022 13:51:03 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d36be2e..bb7470286 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you are building with the .NET Core command line tools, then you can run the ## Sample Usage -The examples below show how to have your application initiate and outbound phone call and send an SMS message using the Twilio .NET helper library: +The examples below show how to have your application initiate an outbound phone call and send an SMS message using the Twilio .NET helper library: ```csharp TwilioClient.Init("ACCOUNT_SID", "AUTH_TOKEN");