From a2ffba6f633c0e7309a90842ee494d940dbdd681 Mon Sep 17 00:00:00 2001 From: Artem Yegorov Date: Mon, 21 Oct 2019 10:04:27 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebba53..6067523 100644 --- a/README.md +++ b/README.md @@ -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: '>') # # [=======> ] ```