From 8d0ff87fe7ae48f9de212016ace71d96dbde4f61 Mon Sep 17 00:00:00 2001 From: jarro2783 Date: Mon, 28 Sep 2015 12:56:03 +1000 Subject: [PATCH] Fix some more formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()