Update README.md

This commit is contained in:
Gabi Melman 2014-12-07 06:26:33 +02:00
parent a0d92cb58a
commit 9d3e2d1fa8

View File

@ -72,7 +72,7 @@ int main(int, char* [])
console->info("{:>30}", "right aligned"); console->info("{:>30}", "right aligned");
console->info("{:^30}", "centered"); console->info("{:^30}", "centered");
//See full cppformat documation here: //See cppformat syntax documation here:
//http://cppformat.readthedocs.org/en/stable/syntax.html //http://cppformat.readthedocs.org/en/stable/syntax.html