diff --git a/example_remote-client/README.md b/example_remote-client/README.md index 04758a8..9957c03 100644 --- a/example_remote-client/README.md +++ b/example_remote-client/README.md @@ -18,5 +18,5 @@ JSON is used as the data format between ofxPiMapper remote control server and cl ``` cd openFrameworks/addons -git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON.git +git clone --depth=1 https://github.com/jeffcrouse/ofxJSON ``` diff --git a/example_remote-server/README.md b/example_remote-server/README.md index e329a56..2db8db4 100644 --- a/example_remote-server/README.md +++ b/example_remote-server/README.md @@ -21,5 +21,5 @@ JSON is used as the data format between ofxPiMapper remote control server and cl ``` cd openFrameworks/addons -git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON.git +git clone --depth=1 https://github.com/jeffcrouse/ofxJSON ```