diff --git a/core/README.md b/core/README.md index 87f85b5e4..b14453c23 100644 --- a/core/README.md +++ b/core/README.md @@ -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';