diff --git a/README.md b/README.md index 7183b18..904ef91 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Options can be given as: where c takes an argument, but a and b do not. -How to use: +## Basics #include @@ -36,7 +36,7 @@ To parse the command line do: options.parse(argc, argv); -To retrieve an option use options.count("option") to get the number of times +To retrieve an option use `options.count("option")` to get the number of times it appeared, and options["opt"].as()