diff --git a/README.md b/README.md index 45b206f5..7de2ab2b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ int main(int, char* []) console->info("{:>30}", "right aligned"); console->info("{:^30}", "centered"); - //See full cppformat documation here: + //See cppformat syntax documation here: //http://cppformat.readthedocs.org/en/stable/syntax.html