Skip to content

Commit 12981a1

Browse files
update
1 parent 8d7b0f8 commit 12981a1

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Git Diff Component
22

3-
a React/Vue component to show the `git diff`/`file diff` result, just like Github code review page.
3+
A Diff view component for React / Vue,
4+
The most one component what easy to use and feature complete.
45

56
[![Deploy](https://github.com/MrWangJustToDo/git-diff-view/actions/workflows/deploy.yml/badge.svg)](https://github.com/MrWangJustToDo/git-diff-view/actions/workflows/deploy.yml)
67

packages/core/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const file = new DiffFile(
1515
data?.newFile?.fileLang || ""
1616
);
1717
// light / dark theme, base on current highlight engine
18+
// default is light
1819
file.initTheme(xxx);
1920
// init
2021
file.init();

packages/file/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## file content diff for @git-diff-view component
1+
## `file content diff` for @git-diff-view component
22

33
This package is a wrapper for [`diff`](https://github.com/kpdecker/jsdiff) and [`@git-diff-view/core`](https://github.com/MrWangJustToDo/git-diff-view) to support pure file content diff.
44

packages/react/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## A React UI Component to render `git diff` data, support `Split View` and `Unified View`, just like `GitHub` and `GitLab`.
1+
## A React DiffView Component like GitHub, Easy to use and feature complete.
22

33
### Usage
44

packages/vue/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## A Vue UI Component to render `git diff` data, support `Split View` and `Unified View`, just like `GitHub` and `GitLab`.
1+
## A Vue DiffView Component like GitHub, Easy to use and feature complete.
22

33
### Usage
44

0 commit comments

Comments
 (0)