summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:10:31 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:10:31 +1200
commita64fc5554f5de44758ca63f354773e957a9a403b (patch)
tree15054748f985e545aff2cca22c442a0fcaaa8315 /README.md
parent4e83d0b4c7e2b303689ac1b8df6373a987ab1944 (diff)
downloadmanavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.gz
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.bz2
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.xz
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.zip
We have channels now, update docs and load page
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1839477..d5ea6c6 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,7 @@ To run in offline mode, place the public/ folder in a location served by a web s
While offline, you can still analyse everything as you would normally.
To run in online mode, after running npm install for the first time, run npm start from the project root, and connect to localhost:3000.
-In online mode, active filters are broadcast to other users, similar to multiplayer notepad or etherpad.
-Currently, all changes are applied from everyone in online mode.
-This can be inconvenient, and should be changed in the near future.
+In online mode, active filters are broadcast to other users in the same channel, similar to multiplayer notepad or etherpad.
You can still operate offline by unselecting the checkbox at the loading screen.
Significant amounts of processing in javascript are required. It is recommended you use recent versions of a browser such as chromium.