Skip to content

Commit dc8043e

Browse files
authored
fix: java -version instead of java -v
1 parent e9f2f9c commit dc8043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/mobile/1/getting-started/environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ That's it! Android Studio handles all the necessary configuration automatically.
9696

9797
### Preparing for NativePHP
9898

99-
1. Check that you can run `java -v` and `adb devices` from the terminal.
99+
1. Check that you can run `java -version` and `adb devices` from the terminal.
100100
2. The following environment variables set:
101101

102102
#### On macOS

0 commit comments

Comments
 (0)