From 0f93474e7b2170c3ef1a44fd5f21f635515f525f Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 4 Dec 2019 19:28:49 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea67db..54e04f4 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,6 @@ int main() { The above code will print a progress bar that goes from 0 to 100% at the rate of 10% every 100 ms. -For more examples, checkout the examples in the `samples/` directory. - ### Multi-threaded Example ```cpp @@ -193,3 +191,5 @@ int main() { return 0; } ``` + +For more examples, checkout the examples in the `samples/` directory.