Skip to content

Commit e29c541

Browse files
author
Pedro Machado
authored
Update README.md
corrected the backward slash into forwarding slash
1 parent de5f768 commit e29c541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The org.json package can be built from the command line, Maven, and Gradle. The
4242

4343
*Build the class files from the package root directory src/main/java*
4444
````
45-
javac org\json\*.java
45+
javac org/json/*.java
4646
````
4747

4848
*Create the jar file in the current directory*

0 commit comments

Comments
 (0)