Skip to content

Commit

Permalink
tiny fix: remove () from started/ended events
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli authored Dec 24, 2017
1 parent a7728ec commit dd8bc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ See [stackblitz demo](https://stackblitz.com/edit/ngx-progressbar)

- `NgProgress.done()` *Completes the progress*

- `NgProgress.started()` *Progress started event*
- `NgProgress.started` *Progress started event*

- `NgProgress.ended()` *Progress ended event*
- `NgProgress.ended` *Progress ended event*

## NgProgress Component

Expand Down

0 comments on commit dd8bc03

Please sign in to comment.