diff --git a/README.md b/README.md
index 68c35eaf0197a5e117db060fd69535663eef666f..497490c03e87f31450f87fa5e29d97a29b117ac3 100644
--- a/README.md
+++ b/README.md
@@ -525,13 +525,13 @@ Module declaration, on `config.json`:
     {
       "type": "resources",
       "endpoints": {
-        "get": "https://api.test4.startinblox.com/resources/",
-        "post": "https://api.test4.startinblox.com/resources/",
-        "types": "https://api.test4.startinblox.com/types/",
-        "keywords": "https://api.test4.startinblox.com/keywords/",
-        "postTypes": "https://api.test4.startinblox.com/types/",
-        "postKeywords": "https://api.test4.startinblox.com/keywords/",
-        "uploads": "https://api.test4.startinblox.com/upload/"
+        "get": "https://server.url/resources/",
+        "post": "https://server.url/resources/",
+        "types": "https://server.url/types/",
+        "keywords": "https://server.url/keywords/",
+        "postTypes": "https://server.url/types/",
+        "postKeywords": "https://server.url/keywords/",
+        "uploads": "https://server.url/upload/"
       }
     }
 ```