Unverified Commit 83b91499 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 5ca5cbd4
......@@ -349,7 +349,7 @@ int main (int argc, char *argv[])
// or from command line:
// ./example SPDLOG_LEVEL=info,mylogger=trace
// #include "spdlog/cfg/argv.h" // for loading levels from argv
// spdlog::cfg::load_argv_levels(args, argv);
// spdlog::cfg::load_argv_levels(argc, argv);
}
```
So then you can:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment