From 0e7c0ebfd81dd6de9a47178f062c738179b5ce64 Mon Sep 17 00:00:00 2001
From: Advik Sharma <70201060+advik-student-dev@users.noreply.github.com>
Date: Wed, 12 Oct 2022 20:20:24 -0700
Subject: [PATCH 1/2] refined readme.md
added some refinements to readme.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c499c14e12b9..4d7a93fe7e41 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@
All algorithms implemented in Python - for education
-Implementations are for learning purposes only. As they may be less efficient than the implementations in the Python standard library, use them at your discretion.
+Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
## Getting Started
@@ -42,8 +42,8 @@ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribut
## Community Channels
-We're on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are great for you to ask questions and get help. Please join us!
+We are on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask any questions and get help. Please join us!
## List of Algorithms
-See our [directory](DIRECTORY.md) for easier navigation and better overview of the project.
+See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
From a827e8e59bdfd01f28457099db5b1497d4e2729b Mon Sep 17 00:00:00 2001
From: Christian Clauss
Date: Thu, 13 Oct 2022 09:36:55 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4d7a93fe7e41..da80c012b0c6 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribut
## Community Channels
-We are on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask any questions and get help. Please join us!
+We are on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask questions and get help. Please join us!
## List of Algorithms