Skip to content

Commit bc7eb66

Browse files
committed
add cn readme.
1 parent c697a65 commit bc7eb66

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.zh-cn.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Patch.js 采用的 Diff 算法
2+
3+
## 安装
4+
5+
```bash
6+
npm install patchjs-diff --save-dev
7+
```
8+
9+
## API
10+
11+
calcDiffData (src, dest)
12+
13+
## 算法资料参考
14+
15+
http://wiki.c2.com/?DiffAlgorithm
16+
17+
https://github.com/mtjs/mt
18+
19+
https://neil.fraser.name/software/diff_match_patch/myers.pdf
20+
21+
https://code.google.com/p/google-diff-match-patch/
22+

0 commit comments

Comments
 (0)