diff --git a/README.md b/README.md index ad2f21f..54cbc3f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ARGUMENTS * Additive - Lines must be present in the first input file for them to be included. * Exclusive - Lines must be present in all input files for them to be included. -* inclusive - Lines from all files are included. +* Inclusive - Lines from all files are included. # Example @@ -55,5 +55,5 @@ $ ./vendor/bin/clover-merge -o combined.xml input1.xml input2.xml ## As a Docker Image ```bash -$ docker run --rm -v (pwd)/build:/build clover-merge -o /build/combined.xml /build/input1.xml /build/input2.xml +$ docker run --rm -v $(pwd)/build:/build clover-merge -o /build/combined.xml /build/input1.xml /build/input2.xml ``` \ No newline at end of file