From 9d3e2d1fa8dac365f28670bd1c931424dc796ccc Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 7 Dec 2014 06:26:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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