diff --git a/README.md b/README.md index c72afeb..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -

- -

+ diff --git a/include/progress/bar.hpp b/include/gauge/progressbar.hpp similarity index 99% rename from include/progress/bar.hpp rename to include/gauge/progressbar.hpp index 8028bd6..71c5ed6 100644 --- a/include/progress/bar.hpp +++ b/include/gauge/progressbar.hpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include class ProgressBar { diff --git a/include/progress/spinner.hpp b/include/gauge/spinner.hpp similarity index 100% rename from include/progress/spinner.hpp rename to include/gauge/spinner.hpp diff --git a/include/progress/termcolor.hpp b/include/gauge/termcolor.hpp similarity index 100% rename from include/progress/termcolor.hpp rename to include/gauge/termcolor.hpp diff --git a/samples/multiple_bars.cpp b/samples/multiple_bars.cpp index f095213..b00682a 100644 --- a/samples/multiple_bars.cpp +++ b/samples/multiple_bars.cpp @@ -1,4 +1,4 @@ -#include +#include #include /*