Skip to content

Commit

Permalink
doc: Update README.md (#626)
Browse files Browse the repository at this point in the history
Include a description for codemirror-merge, letting readers know what it is about and how to install the package before using it.
  • Loading branch information
orichcasperkevin authored Feb 1, 2024
1 parent bf3b862 commit 042b6c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ export default function App() {
```

## Codemirror Merge
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.

```bash
npm install react-codemirror-merge --save
```


```jsx
import CodeMirrorMerge from 'react-codemirror-merge';
Expand Down

0 comments on commit 042b6c9

Please sign in to comment.