diff --git a/README.md b/README.md index c5d5811..3ca5a8c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # scto -String Compare To Operations (CRDT Operation model) +Strings Comparing To Operations (OT model) [![Build Status](https://travis-ci.org/cudr/scto.svg?branch=master)](https://travis-ci.org/cudr/scto) ![img](https://camo.githubusercontent.com/21132e0838961fbecb75077042aa9b15bc0bf6f9/68747470733a2f2f62616467656e2e6e65742f62616467652f4275696c74253230576974682f547970655363726970742f626c7565) -This package is similar to jsdiff, but generates CRDT-friendly operations. Useful for compare strings to OP data-transfer model. x30 faster then diff-match-patch and x625 faster for strings compare than jsdiff! +This package is similar to jsdiff, but generates OT-friendly operations. Can be useful for comparing strings in OT or CRDT data-transfer model. x30 faster then diff-match-patch and x625 faster than jsdiff in strings comparision! ![image](https://user-images.githubusercontent.com/23132107/61914815-7f518380-af4a-11e9-91ee-d20ed80fe309.png)