Skip to content

Commit 16fbf96

Browse files
author
Amin Bandali
committed
README.md typos
1 parent acba458 commit 16fbf96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ProgressJS
22

3-
> ProgressJs is a JavaScript and CSS3 library which help developers to create and manage progress bar for every objects on the page.
3+
> ProgressJs is a JavaScript and CSS3 library which helps developers create and manage progress bars for every object on the page.
44
55
## How To Use
66

7-
1) Include `progress.js` and `progressjs.css` in the page (use minified version from `minified` folder for production)
7+
1) Include `progress.js` and `progressjs.css` in the page (use the minified version from `minified` folder for production)
88

9-
2) Execute following JavaScript code in the page:
9+
2) Execute the following JavaScript code in the page:
1010

1111
```javascript
1212
//to set progress-bar for whole page
@@ -16,17 +16,17 @@ progressJs("#targetElement").start();
1616
```
1717

1818

19-
Use other methods to increase, decrease or set a auto-increase function for your progress-bar. Furthermore, you can change the template using `setOption` method.
19+
Use other methods to increase, decrease or set an auto-increase function for your progress-bar. Furthermore, you can change the template using `setOption` method.
2020

2121
## API
2222

2323
Check the API and method usage with example here: https://github.com/usablica/progress.js/wiki/API
2424

2525
## Build
2626

27-
First you should install `nodejs` and `npm`, then first run this command: `npm install` to install all dependencies.
27+
First, you should install `nodejs` and `npm`, then run this command: `npm install` to install all dependencies.
2828

29-
Now you can run this command to minify all static resources:
29+
Now you can run this command to minify all the static resources:
3030

3131
make build
3232

@@ -62,4 +62,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
6262
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6363
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
6464
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
65-
IN THE SOFTWARE.
65+
IN THE SOFTWARE.

0 commit comments

Comments
 (0)