From 080743fd23fde191d949184ab1c899c514552409 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 2 Apr 2018 00:28:33 +0200 Subject: [PATCH] Update README regarding ofxJSON patch --- example_remote-client/README.md | 2 +- example_remote-server/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```