diff --git a/README.md b/README.md
index 2385a333c9..7cd4cff564 100644
--- a/README.md
+++ b/README.md
@@ -178,11 +178,11 @@ Size of data is limited to some reasonable size
** Server to Client ** subscribed events:
- - `{"key":"00000000-0000-0000-0000-000000000001/foo/bar","action":"Set","value":"hello"}`
+ - `{"message":"Set","key":"00000000-0000-0000-0000-000000000001/foo/bar","value":"hello"}`
- - `{"key":"00000000-0000-0000-0000-000000000001/foo/bar","action":"Expired"}`
+ - `{"message":"Expired","key":"00000000-0000-0000-0000-000000000001/foo/bar"}`
- - `{"key":"00000000-0000-0000-0000-000000000001/foo/bar","action":"Del"}`
+ - `{"message":"Del","key":"00000000-0000-0000-0000-000000000001/foo/bar"}`
## Running
diff --git a/scripts/TEST.html b/scripts/TEST.html
index 8ecf37a3c8..2649fbd0e3 100644
--- a/scripts/TEST.html
+++ b/scripts/TEST.html
@@ -63,7 +63,7 @@
-
+
@@ -89,9 +89,15 @@