From 7ab141cf613eb4ef292d1c47649551468ea80972 Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 4 Dec 2019 20:42:30 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf78bf..da615e6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Now that the bar is configured, let's update the state of the bar. The amount of From application-level code, there are two ways in which you can update this progress: -## Update progress using `tick()` +## Update progress using `bar.tick()` You can update the progress bar using `bar.tick()` which increments progress by exactly `1%`.