Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit cdd43cd

Browse files
andrecontaazuljuliemr
andrecontaazul
authored andcommitted
docs(install): fix typo for finding java version
1 parent 9e36584 commit cdd43cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Node.js comes with the Protractor npm package, which you can use to install Prot
1212

1313
**JDK**
1414

15-
To run the Selenium Server, you will need to have Java Development Kit (JDK) installed. Check this by running `java --version` from the command line.
15+
To run the Selenium Server, you will need to have Java Development Kit (JDK) installed. Check this by running `java -version` from the command line.
1616

1717
Installing Protractor
1818
---------------------

0 commit comments

Comments
 (0)