diff --git a/README.md b/README.md index d914af1..418eb3e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CPP-AP Command-line argument parser for C++20 -[![g++](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp) +[![g++](https://github.com/SpectraL519/cpp-ap/actions/workflows/gpp.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/g++) [![test](https://github.com/SpectraL519/cpp-ap/actions/workflows/test.yaml/badge.svg)](https://github.com/SpectraL519/cpp-ap/actions/workflows/test)
@@ -416,7 +416,6 @@ The examples' source files are in the `/example/src` directory. Building the examples: ```shell -cd /example cmake -B build cd build make @@ -425,7 +424,6 @@ make or ```shell -cd /example mkdir build && cd build cmake .. make