Skip to content

Commit

Permalink
Merge pull request #103 from brollb/master
Browse files Browse the repository at this point in the history
Fixed minor typo in Readme
  • Loading branch information
hallas committed Jul 11, 2015
2 parents 63bb2b6 + 0980d17 commit d479135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ These are tokens you can use in the format of your progress bar.

### Custom Tokens

You can define custom tokens by adding a `{'name': value}` object paramater to your method (`tick()`, `update()`, etc.) calls.
You can define custom tokens by adding a `{'name': value}` object parameter to your method (`tick()`, `update()`, etc.) calls.

```javascript
var bar = new ProgressBar(':current: :token1 :token2', { total: 3 })
Expand Down

0 comments on commit d479135

Please sign in to comment.