From 3ddf2c22c4d9973c11c46267c9cc6a557aeb0a9c Mon Sep 17 00:00:00 2001 From: Rion Williams Date: Sat, 28 Oct 2017 09:09:25 -0500 Subject: [PATCH 1/2] Minor readability fixes Changed phrasing of "just added" to "recently added". Updated sentence structure in Getting Started section to add clarity (usage of "either" was in a single sentence so I adjusted to improve readability) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00e3f8e95..92ccc98a3 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ For value, insert your SendGrid API key. Click "Ok", and once again in the Varia You may need to restart your IDE to make use of the new variable. -Now, if all went well, you can access the just added variable in your C# SendGrid projects! Ready for some examples? +Now, if all went well, you can access the newly added variable in your C# SendGrid projects! Ready for some examples? ## Install Package -To use SendGrid in your C# project, you can either download the SendGrid C# .NET libraries directly from our Github repository. If you have the NuGet package manager installed, you can grab them automatically: +To use SendGrid in your C# project, you can either download the SendGrid C# .NET libraries directly from our Github repositoryor if you have the NuGet package manager installed, you can grab them automatically: ``` PM> Install-Package SendGrid @@ -263,4 +263,4 @@ sendgrid-csharp is guided and supported by the SendGrid [Developer Experience Te sendgrid-csharp is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-csharp are trademarks of SendGrid, Inc. # License -[The MIT License (MIT)](LICENSE.txt) \ No newline at end of file +[The MIT License (MIT)](LICENSE.txt) From 679531df84e6c9d43398e2e8bf4efb65a84dc763 Mon Sep 17 00:00:00 2001 From: Rion Williams Date: Sat, 28 Oct 2017 10:21:09 -0500 Subject: [PATCH 2/2] Additional readability fixes in README Additional missing white space fix to previous readability changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ccc98a3..4a760fd21 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Now, if all went well, you can access the newly added variable in your C# SendGr ## Install Package -To use SendGrid in your C# project, you can either download the SendGrid C# .NET libraries directly from our Github repositoryor if you have the NuGet package manager installed, you can grab them automatically: +To use SendGrid in your C# project, you can either download the SendGrid C# .NET libraries directly from our Github repository or if you have the NuGet package manager installed, you can grab them automatically: ``` PM> Install-Package SendGrid