From 151516961e9cef08283eca32a71e1e6e44283b8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= <andrped94@gmail.com>
Date: Wed, 13 Mar 2024 19:07:34 +0100
Subject: [PATCH] Minor refactoring

---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 642b03ce..8d605210 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,8 +1,8 @@
 # Contributing to the Semantic Router
 
-The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please feel free to contribute to new features, bug fixes or documentation. We're always eager to hear your suggestions.
+The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please, feel free to contribute to new features, bug fixes, or documentation. We're always eager to hear your suggestions.
 
-Please follow these guidelines when making a contribution:
+Please, follow these guidelines when making a contribution:
 1. **Check for Existing Issues:** Before making any changes, [check here for related issues](https://github.com/aurelio-labs/semantic-router/issues).
 2. **Run Your Changes by Us!** If no related issue exists yet, please create one and suggest your changes. Checking in with the team first will allow us to determine if the changes are in scope.
 3. **Set Up Development Environment** If the changes are agreed, then you can go ahead and set up a development environment (see [Setting Up Your Development Environment](#setting-up-your-development-environment) below).
@@ -46,6 +46,6 @@ While we encourage you to initiate a draft Pull Request early to get feedback on
     # Activate the environment
     source venv/bin/activate
 
-    # Install via poetry with all extras
+    # Install via poetry with all extras relevant to perform unit tests
     poetry install --all-extras
     ```
-- 
GitLab