Update README.md

corrected the backward slash into forwarding slash
This commit is contained in:
Pedro Machado 2021-08-28 21:28:31 +01:00 committed by GitHub
parent de5f768cff
commit e29c541353
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*