Commit 821940c368b322b3c7361be0fd3d06ec51abc933

Authored by Daniel Mensinger
Committed by Henry Schreiner
1 parent f0c0794a

Update README.md (#302)

Fixed typo
Showing 1 changed file with 1 additions and 1 deletions
README.md
... ... @@ -157,7 +157,7 @@ GTEST_COLOR=1 CTEST_OUTPUT_ON_FAILURE=1 make test
157 157 To set up, add options, and run, your main function will look something like this:
158 158  
159 159 ```cpp
160   -int main(int charc, char** argv) {
  160 +int main(int argc, char** argv) {
161 161 CLI::App app{"App description"};
162 162  
163 163 std::string filename = "default";
... ...