Browse Source

Update README regarding ofxJSON patch

master
Krisjanis Rijnieks 7 years ago
parent
commit
080743fd23
  1. 2
      example_remote-client/README.md
  2. 2
      example_remote-server/README.md

2
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 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
``` ```

2
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 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
``` ```

Loading…
Cancel
Save