diff --git a/index.html b/index.html
index 24539ee..786b944 100644
--- a/index.html
+++ b/index.html
@@ -68,13 +68,13 @@
The following table shows values by using WebSocket
REST API examples
- Set the "id 1" value to 100
-
- curl "http://hiroakis.com:8888/api?id=1&value=100"
+ - curl "http://localhost:8888/api?id=1&value=100"
- Set the "id 1" value to 300 ( The row No 1 will change to yellow )
-
- curl "http://hiroakis.com:8888/api?id=1&value=300"
+ - curl "http://localhost:8888/api?id=1&value=300"
- Set The "id 1" value to 600 ( The row No 1 will change to red )
-
- curl "http://hiroakis.com:8888/api?id=1&value=600"
+ - curl "http://localhost:8888/api?id=1&value=600"