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

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++
#include "spdlog/cfg/env.h"
void load_levels_example()