From 7abad0986dfb3b09b86a8ceb0fb9184fd1223c10 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 20:46:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf43a8..154c622 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ auto files = program.get>("--files"); // {"a.txt", "b. ``` ```bash -./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3 +$ ./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3 numbers = {1, 2, 3} a = true b = true