Skip to content

Commit 1801412

Browse files
committed
Fixing Grammar and Typos in README.md
Fixes #1
1 parent 285fc2d commit 1801412

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,7 @@ dist
130130
.pnp.*
131131

132132
# ignore .idea
133-
.idea
133+
.idea
134+
135+
# ignore pnpm
136+
pnpm-lock.yaml

README.md

+21-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
# Sorting Algorithms Visualizer
2+
23
> This project is a web application that visualizes sorting algorithms
34
4-
## Introduction
5-
Welcome to the Sorting Algorithms Visualizer project!This project is suppost to help you with visualizing sorting algorithms. Test introduction
5+
## Introduction
6+
7+
Welcome to the Sorting Algorithms Visualizer project! This project is supposed to help you with visualizing sorting algorithms. Test introduction
8+
9+
## Used languages
10+
11+
This project uses the following languages:
612

7-
## Used langueges
8-
This project uses the following languages:
913
- HTML
1014
- General Information
1115
- JavaScript
12-
13-
## Usage
14-
this project can be used as follows:
16+
17+
## Usage
18+
19+
this project can be used as follows:
1520
Just open the index.html file in your browser or visit the website at https://sorting-algorithms-visualizations.netlify.app/
16-
## License
21+
22+
## License
23+
1724
This project is licensed under the MIT license
18-
## Contributing
19-
Contributing is welcomed in this Projcet.To contribute please follow these instructions of the owner:
25+
26+
## Contributing
27+
28+
Contributing is welcomed in this Project. To contribute please follow these instructions of the owner:
2029
Please open a pull request with your changes, and I will review them.
2130

2231
## Disclaimer
23-
This is a fun project to learn Javascript.
32+
33+
This is a fun project to learn Javascript.

0 commit comments

Comments
 (0)