Skip to content

Commit 37b0643

Browse files
BryanChan777mgechev
authored andcommitted
Update readme.md (mgechev#164)
1 parent d66ecce commit 37b0643

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/mgechev/javascript-algorithms.svg?branch=Jakehp-patch-1)](https://travis-ci.org/mgechev/javascript-algorithms)
44

5-
This repository contains JavaScript implementations of different famous Computer Science algorithms.
5+
This repository contains JavaScript implementations of famous computer science algorithms.
66

77
API reference with usage examples available
88
<a href="https://mgechev.github.io/javascript-algorithms/" target="_blank">here</a>.
@@ -37,7 +37,7 @@ Call:
3737
npm run test
3838
```
3939

40-
and all `*.spec.js` files will be executed.
40+
This will execute all `*.spec.js` files.
4141

4242
**To deploy documentation site**
4343

@@ -49,19 +49,17 @@ This requires you to have commit access to your Git remote.
4949

5050
## Contributions
5151

52-
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes
53-
you did. Initiate the PR.
52+
Fork the repo and make required changes. Afterwards, push your changes in branch. The name will be according to the changes you did. Initiate the pull request.
5453

55-
Make sure you're editor makes validations according to the `.jshintrc` in the root directory of the repository.
54+
Make sure your editor makes validations according to the `.jshintrc` in the root directory of the repository.
5655

57-
Before pushing to the repository run:
56+
Before pushing to the repository, run:
5857

5958
```bash
6059
npm run build
6160
```
6261

63-
If the build is not successful fix your code in order the tests and jshint validation to run successfully and after that
64-
create a pull request.
62+
If the build is not successful, fix your code in order for the tests and jshint validation to run successfully. Then create a pull request.
6563

6664
## Contributors
6765

0 commit comments

Comments
 (0)