Compare commits

...

2 Commits

Author SHA1 Message Date
Sean Leary
9f07853f19 Merge pull request #622 from pedrombmachado/patch-1
Update README.md
2021-08-28 15:38:21 -05:00
Pedro Machado
e29c541353 Update README.md
corrected the backward slash into forwarding slash
2021-08-28 21:28:31 +01:00

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*