diff --git a/README.md b/README.md
index 8e2ff1e282af9a3bc10529374d446f2cf21efaf1..e7f28f3904b5a4371b8a3a0ea727886e2a6897ae 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