Skip to content

Commit b885453

Browse files
doc.
1 parent 486ab89 commit b885453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ See example project [Example](https://github.com/MrWangJustToDo/git-diff-view/tr
5858

5959
### Template mode
6060

61-
For better performance and customization, now the `DiffView` component support template mode, and it's the default setting. SEE [Template Mode](https://github.com/MrWangJustToDo/git-diff-view/blob/main/packages/core/src/parse/template.ts)
61+
For better performance and customization, now the `DiffView` component support `template mode`, and it's the default setting. SEE [Template Mode](https://github.com/MrWangJustToDo/git-diff-view/blob/main/packages/core/src/parse/template.ts)
6262

6363
### FastDiff template
6464

6565
Using the `template mode`, the `DiffView` component can utilize the `fast-diff` package to generate diffLine templates for better readability of differences. SEE [FastDiffTemplate](https://github.com/MrWangJustToDo/git-diff-view/blob/main/packages/core/src/parse/template.ts)
6666

6767
#### Default diffLine
68-
![Screenshot](https://github.com/MrWangJustToDo/git-diff-view/blob/main/default.png);
68+
![Screenshot](https://github.com/MrWangJustToDo/git-diff-view/blob/main/default.png)
6969

7070
#### FastDiff diffLine
7171
![Screenshot](https://github.com/MrWangJustToDo/git-diff-view/blob/main/enableFastDiffTemplate.png)

0 commit comments

Comments
 (0)