Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing s to test #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Then, you can install `diff-jjoules`:
```sh
git clone https://github.com/davidson-consulting/diff-jjoules.git
cd diff-jjoules
mvn clean install -DskipTest
mvn clean install -DskipTests
```

You should also install the maven plugin, from `diff-jjoules` folder:

```sh
cd diff-jjoules-maven
mvn clean install -DskipTest
mvn clean install -DskipTests
```

## Usage
Expand All @@ -54,4 +54,4 @@ We provide a detailed documentation [here](./doc/documentation.md).
If you have any questions, remarks, suggestions or bug reports, please do not hesitate to open an issue.
Diff-JJoules is licensed under GNU GPL.
Contributions and pull requests are very welcome :smiley:.
For more information on contributing, see the dedicated [CONTRIBUTING.md](./CONTRIBUTING.md).
For more information on contributing, see the dedicated [CONTRIBUTING.md](./CONTRIBUTING.md).