From e4f814b23d5ef75cc4a44cb247c59b150968cd0b Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 15 Apr 2021 19:43:24 +0200 Subject: [PATCH] Fix typo (#208) * Fix typo * Update README.md --- algorithms/CSharp/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/algorithms/CSharp/README.md b/algorithms/CSharp/README.md index a5f51262..e99e7733 100644 --- a/algorithms/CSharp/README.md +++ b/algorithms/CSharp/README.md @@ -1,11 +1,11 @@ # C# -For running the `.cs` file please usisng [.Net Finddle](https://dotnetfiddle.net/) - -## Strings -- [Palindrome](src/Strings/palindrome.cs) +For running the `.cs` file please using [.Net Finddle](https://dotnetfiddle.net/) ## Sorts 1. [Bubble Sort](src/Sorts/bubble-sort.cs) 2. [Insertion Sort](src/Sorts/insertion-sort.cs) 3. [Selection Sort](src/Sorts/selection-sort.cs) + +## Strings +- [Palindrome](src/Strings/palindrome.cs)