Skip to content

Commit

Permalink
Fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fortraan committed Jan 14, 2019
1 parent b101105 commit 2213f7f
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 @@ -12,4 +12,4 @@ Download the latest JAR release, and run it with the following command:

For example, if JavaFX is install to ```/home/thor/dev/javafx-sdk-11.0.1```, and have version 0.2.0 of the Telepathy Client installed:

java --module-path=/home/thor/dex/javafx-sdk-11.0.1/lib --add-modules=javafx.controls,javafx.fxml -jar TelepathyClient-0.2.0.jar
java --module-path=/home/thor/dev/javafx-sdk-11.0.1/lib --add-modules=javafx.controls,javafx.fxml -jar TelepathyClient-0.2.0.jar

0 comments on commit 2213f7f

Please sign in to comment.