mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Update README.md
This commit is contained in:
parent
a0d92cb58a
commit
9d3e2d1fa8
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user