Skip to content

Commit

Permalink
small fixes in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan McGannon committed Oct 3, 2018
1 parent d9293f6 commit 9f7fb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

0 comments on commit 9f7fb73

Please sign in to comment.