Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toomim authored Nov 2, 2023
1 parent b59a811 commit 5108b9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5108b9d

Please sign in to comment.