diff --git a/algorithms/CSharp/README.md b/algorithms/CSharp/README.md index a5cecf58..44fd6457 100644 --- a/algorithms/CSharp/README.md +++ b/algorithms/CSharp/README.md @@ -1,5 +1,5 @@ # C# -For running the `.cs` file please using [.Net Finddle](https://dotnetfiddle.net/) +To run the `.cs` file, kindly use [.Net Finddle](https://dotnetfiddle.net/) ## Arrays - [Single Number](src/Arrays/single-number.cs)