From 5108b9dec6ebc79734ca99cafa479dd0d76bc15b Mon Sep 17 00:00:00 2001 From: Michael Toomim Date: Wed, 1 Nov 2023 21:24:03 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a48fa8a..91c92ff 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ This implements a simple collaborative editor for the web It implements collaborative text editing via git's recursive 3-way merge algorithm. This is how git merges big commits of source code. I bet you never thought it could be used for merging single-keystroke edits together! It's actually remarkable fast, too, because it uses the amazing Myer's algorithm for the diffing! + +See the index.html file for an example usage.