Skip to content

Commit

Permalink
Fix minor typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJaquemet authored Mar 14, 2017
1 parent c6d29cb commit fe7d331
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 @@ -63,7 +63,7 @@ Launching luke
2. Run `mvn install` from the project directory. (Make sure you have Java and Maven installed before doing this)
3. Use [luke.sh](luke.sh) or [luke.bat](luke.bat) for launching luke from the command line based on the OS you are in.

(Alternatively, for older verions of luke you can directly download the jar file from the [releases](https://github.com/DmitryKey/luke/releases) page and run it with the command `java -jar luke-with-deps.jar`)
(Alternatively, for older versions of luke you can directly download the jar file from the [releases](https://github.com/DmitryKey/luke/releases) page and run it with the command `java -jar luke-with-deps.jar`)

Running luke with a custom analyzer or codec
====
Expand Down Expand Up @@ -109,4 +109,4 @@ Licensing

The license for the code is [ALv2](http://www.apache.org/licenses/LICENSE-2.0.html), excluding the license of the
thinlet library that is used for the UI. You can also use Apache Pivot based [luke](https://github.com/DmitryKey/luke/tree/pivot-luke).
It is in its early days, but give it a spin and let us know what you think! We accept [pull-requests](https://github.com/DmitryKey/luke/pulls) :)
It is in its early days, but give it a spin and let us know what you think! We accept [pull-requests](https://github.com/DmitryKey/luke/pulls) :)

0 comments on commit fe7d331

Please sign in to comment.