From e29c541353ede045b85849af9c8646d69a60373d Mon Sep 17 00:00:00 2001 From: Pedro Machado Date: Sat, 28 Aug 2021 21:28:31 +0100 Subject: [PATCH] Update README.md corrected the backward slash into forwarding slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40bcbfdfd..782575904 100644 --- a/README.md +++ b/README.md @@ -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*