From 6937131335ab6b6461d792fcf13443850df15fa2 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 21 May 2021 00:12:31 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c945f5..befaca8 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,10 @@ TODO #include #include -#include "argparse.h" - -using namespace argparse; +#include "cli-parser.hpp" int main(int argc, const char* argv[]) { - ArgumentParser parser("example", "Argument parser example"); + argparse::argument_parser_t parser("example", "Argument parser example"); parser.add_argument() .names({"-v", "--verbose"}) .description("verbose level")