diff --git a/README.md b/README.md index 00e3f8e95..4a760fd21 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 repository or 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)