mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user