We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c1eba commit 6b4edbdCopy full SHA for 6b4edbd
1 file changed
README.md
@@ -28,8 +28,8 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
28
````
29
\# Create a directory structure for the JSON-Java code
30
31
-# Windows version
32
-md /s src\main\java\org\json
+# Windows 10 version
+mkdir src\main\java\org\json
33
# *nix version
34
mkdir -p src/main/java/org/json
35
0 commit comments