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
commit 9f07853f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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* *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* *Create the jar file in the current directory*