Skip to content

Commit

Permalink
UPDATE DOCS 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovanzyl committed Sep 11, 2016
1 parent f149a0a commit e7df319
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ $('.article').readingbar();

### Options
``` js
// you can set the height and the color of the bar.
// you can set the text indicator, height and the color of the bar.
$('.article').readingbar({
height: '10px',
backgroundColor: '#22252C'
counter: false,
height: '10px',
backgroundColor: '#22252C'
});
```

0 comments on commit e7df319

Please sign in to comment.