diff --git a/README.md b/README.md index 8e2ff1e..e7f28f3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ Current Sib App capabilities: Federated Sib App needs to use `config.sample.federated.json` example. +You can quickly update your API URI from the samples: +``` +$ sed 's/http:\/\/localhost:8000/https:\/\/api.test2.startinblox.com/' config.sample.json > config.json +``` + Then build your new SIB App: ```bash