From 65866267f75ea53ad8092e5e8105ed632adbb488 Mon Sep 17 00:00:00 2001 From: keanemind Date: Tue, 9 Oct 2018 22:02:03 -0500 Subject: [PATCH] Use quotations for include --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e575e61..19562b0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Additionally, anything after `--` will be parsed as a positional argument. ## Basics - #include + #include "cxxopts.hpp" Create a cxxopts::Options instance.