Skip to content

Commit

Permalink
update java -jar command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Aug 9, 2016
1 parent 755e1df commit 3b91d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Or build the command line tool yourself

```
sbt assembly
java -jar target/scala-2.11/ratatool-assembly-0.1.3-SNAPSHOT.jar
java -jar target/scala-2.11/ratatool-0.1.3-SNAPSHOT.jar
```

# License
Expand Down

0 comments on commit 3b91d0c

Please sign in to comment.