Skip to content

Commit a9ff159

Browse files
committed
Update README.md
1 parent b843d67 commit a9ff159

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ git clone https://github.com/stleary/JSON-Java-unit-test.git .
2828
````
2929
\# Create a directory structure for the JSON-Java code
3030
````
31-
mkdir -p src\org\json
31+
# Windows version
32+
md /s src\org\json
3233
````
3334
\# clone JSON-Java
3435
````
35-
git clone https://github.com/stleary/JSON-Java-unit-test.git src\org\json
36+
git clone https://github.com/stleary/JSON-Java.git src\org\json
3637
````
3738
\# Build, then execute the unit tests and code coverage
3839
````

0 commit comments

Comments
 (0)