Skip to content

Commit c4a2c24

Browse files
grammatical correction in README.md (williamfiset#330)
1 parent 4fb6922 commit c4a2c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Algorithms and data structures are fundamental to efficient code and good softwa
99

1010
# Contributing
1111

12-
This repository is contribution friendly :smiley:. If you'd like to add or improve an algorithm, your contribution is welcome! Please be sure to checkout the [Wiki](https://github.com/williamfiset/Algorithms/wiki) for instructions.
12+
This repository is contribution friendly :smiley:. If you'd like to add or improve an algorithm, your contribution is welcome! Please be sure to check out the [Wiki](https://github.com/williamfiset/Algorithms/wiki) for instructions.
1313

1414
### Other programming languages?
1515

16-
This repository provides algorithm implementations in Java, however there are other forks that provide implementations in other languages, most notably:
16+
This repository provides algorithm implementations in Java, however, there are other forks that provide implementations in other languages, most notably:
1717

1818
* **C++/Python**: https://github.com/akzare/Algorithms
1919
* **Rust**: https://github.com/TianyiShi2001/Algorithms
@@ -24,7 +24,7 @@ To compile and run any of the algorithms here, you need at least JDK version 8.
2424

2525
## Running with Gradle (recommended)
2626

27-
This project supports the [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html). The Gradle wrapper automatically downloads Gradle at the first time it runs, so expect a delay when running the first command below.
27+
This project supports the [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html). The Gradle wrapper automatically downloads Gradle the first time it runs, so expect a delay when running the first command below.
2828

2929
If you are on Windows, use `gradlew.bat` instead of `./gradlew` below.
3030

0 commit comments

Comments
 (0)