Skip to content

Commit

Permalink
Merge pull request #36 from Yegorov/fix-typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
piotrmurach committed Oct 21, 2019
2 parents 315463f + a2ffba6 commit 9323fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -356,7 +356,7 @@ end
If you prefer for the animated bar to display a specific character for a head of progression then use `:head` option:

```ruby
bar = TTY::ProressBar.new("[:bar]", head: '>')
bar = TTY::ProgressBar.new("[:bar]", head: '>')
#
# [=======> ]
```
Expand Down

0 comments on commit 9323fbe

Please sign in to comment.