Update README.md

This commit is contained in:
Gabi Melman 2020-03-06 15:32:51 +02:00 committed by GitHub
parent ead9a550fd
commit 52aed9e0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ int main()
} }
``` ```
#### load log levels from env variable/argv #### load log levels from env variable or from argv
```c++ ```c++
#include "spdlog/cfg/env.h" #include "spdlog/cfg/env.h"
void load_levels_example() void load_levels_example()