From 9f7fb734957f2dfbbeabcb72a0cb5791e24fffab Mon Sep 17 00:00:00 2001 From: Dylan McGannon Date: Thu, 4 Oct 2018 09:45:19 +1000 Subject: [PATCH] small fixes in the readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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