Skip to content

Commit 042b6c9

Browse files
authoredFeb 1, 2024
doc: Update README.md (#626)
Include a description for codemirror-merge, letting readers know what it is about and how to install the package before using it.
1 parent bf3b862 commit 042b6c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎core/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ export default function App() {
193193
```
194194

195195
## Codemirror Merge
196+
A component that highlights the changes between two versions of a file in a side-by-side view, highlighting added, modified, or deleted lines of code.
197+
198+
```bash
199+
npm install react-codemirror-merge --save
200+
```
201+
196202

197203
```jsx
198204
import CodeMirrorMerge from 'react-codemirror-merge';

0 commit comments

Comments
 (0)
Please sign in to comment.