Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored May 13, 2020
1 parent 5ca5cbd commit 83b9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83b9149

Please sign in to comment.