Skip to content

Commit

Permalink
Better wording in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mironov committed May 5, 2016
1 parent 2ae9e0d commit 37b4663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ dispatch(showLoading())
dispatch(hideLoading())
```

You can dispatch the `SHOW` action multiple times and the loading bar will be shown until the `HIDE` action is called for same times. In other words, the loading bar is shown until all long running tasks complete.
You need to dispatch `HIDE` as many times as `SHOW` was dispatched to make the bar disappear. In other words, the loading bar is shown until all long running tasks complete.

## Usage with jQuery Ajax Requests

Expand Down

0 comments on commit 37b4663

Please sign in to comment.