1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2016-07-23 10:02:19 -05:00 committed by GitHub
parent 71c1eba1e7
commit 6b4edbd40c

View file

@ -28,8 +28,8 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
````
\# Create a directory structure for the JSON-Java code
````
# Windows version
md /s src\main\java\org\json
# Windows 10 version
mkdir src\main\java\org\json
# *nix version
mkdir -p src/main/java/org/json
````