Merge pull request #622 from pedrombmachado/patch-1

Update README.md
This commit is contained in:
Sean Leary
2021-08-28 15:38:21 -05:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ The org.json package can be built from the command line, Maven, and Gradle. The
*Build the class files from the package root directory src/main/java*
````
javac org\json\*.java
javac org/json/*.java
````
*Create the jar file in the current directory*