diff --git a/.gitignore b/.gitignore
index c99a29e4..1e11dd9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ yarn-error.log*
# Temporary files
/tmp/
tsconfig.tsbuildinfo
+*.iml
diff --git a/README.md b/README.md
index 18f0b3f8..93c9f779 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
Collaboration 1st , code 2nd.
-**Your all-in-one resource for learning Git, GitHub and, Python through comprehensive tutorials and hands-on projects.**
+**Your all-in-one resource for learning Git, GitHub, and Python through comprehensive tutorials and hands-on projects.**
[Website](https://recodehive.com/) • [Documentation](https://recodehive.com/docs) • [Contributing](community/contributing-guidelines.md) • [Discord](https://discord.gg/Yxv9RA3r)
@@ -61,7 +61,7 @@ docker run -p 3000:3000 recodehive-app
docker-compose up
```
-Your application will be available at http://localhost:3000
+Your application will be available at "http://localhost:3000"
**Traditional Setup:**
@@ -161,7 +161,7 @@ flowchart LR
### Step-by-Step Guide
-**Fork the repository** on GitHub
+**Fork the repository** on GitHub.
**Clone your fork:**
@@ -176,7 +176,7 @@ cd recode-website
git checkout -b feature/your-feature-name
```
-**Make your changes** and test thoroughly
+**Make your changes** and test thoroughly.
**Commit your changes:**