From 188c2968de637502d169dbe14b0084e6a516653f Mon Sep 17 00:00:00 2001 From: Jessica Palmer Date: Thu, 23 Feb 2017 12:38:00 -0500 Subject: [PATCH] Update README.md --- src/page/test/publishAppend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/test/publishAppend/README.md b/src/page/test/publishAppend/README.md index 5463d0ab..d84aeb28 100644 --- a/src/page/test/publishAppend/README.md +++ b/src/page/test/publishAppend/README.md @@ -17,7 +17,7 @@ var defaultConfiguration = { protocol: 'ws', port: 8081, app: 'live', - streamMode: 'record' + streamMode: 'append' }; ```