From dc9ec07fbd1021a5209b009cc72310ba32b15038 Mon Sep 17 00:00:00 2001 From: Qiantan Hong <qhong@alum.mit.edu> Date: Sat, 2 Jul 2022 19:20:23 -0700 Subject: [PATCH] Revise README --- README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 5d07211..939511b 100644 --- a/README.org +++ b/README.org @@ -23,9 +23,12 @@ Highlights: of ~crdt.el~ not working. Because currently the network protocol is not stablized, behavior when using mismatched versions is unexpectable. -- Strictly speaking, it should works when =crdt-protocol-version= are defined and the same on all peers. - But why not save some hassle and keep everyone on the latest version. -- To upgrade, just =M-x package-reinstall crdt=, then preferably restart Emacs. +- Strictly speaking, it should works when =crdt-protocol-version= are + defined (added after version =0.2.5=) and the same on all peers. + But why not save some hassle and keep everyone on the latest + version. +- To upgrade, just =M-x package-reinstall crdt=, then preferably + restart Emacs. To check your ~crdt.el~ version, =M-x crdt-version=. ** Start a shared session -- GitLab