diff --git a/webcam-capture-examples/webcam-capture-javafx/README.md b/webcam-capture-examples/webcam-capture-javafx/README.md index 6a258f15..55776fd2 100644 --- a/webcam-capture-examples/webcam-capture-javafx/README.md +++ b/webcam-capture-examples/webcam-capture-javafx/README.md @@ -3,7 +3,7 @@ This simple example, generously provided by Rakesh Bhatt ([rakeshbhatt10](https://github.com/rakeshbhatt10)), demonstrates how to use Webcam Capture API inside JavaFX application. FXML is not used at all and complete scene structure is composed directly -in the Java code. For the FXML demonstration check other example. +in the Java code. For the FXML demonstration check another example available [here](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-javafx-fxml). Original project can be found [here](https://github.com/rakeshbhatt10/WebCamJavaFXSampleSarcoxAPI). @@ -16,8 +16,8 @@ By using Maven: ```plain -cd webcam-capture-examples/webcam-capture-javafx -mvn clean package +$ cd webcam-capture-examples/webcam-capture-javafx +$ mvn clean package ``` The executable JAR, together with all required dependencies (inside ```lib``` folder),