Skip to content

Commit

Permalink
doc: Update README.md (#677)
Browse files Browse the repository at this point in the history
Added yarn add command
  • Loading branch information
liamstamper authored Dec 19, 2024
1 parent e6d24a9 commit ab24b03
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 @@ -54,6 +54,12 @@ A simple markdown editor with preview, implemented with React.js and TypeScript.
npm i @uiw/react-md-editor
```

or

```bash
yarn add @uiw/react-md-editor
```

### Using

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?logo=codesandbox)](https://codesandbox.io/embed/markdown-editor-for-react-izdd6?fontsize=14&hidenavigation=1&theme=dark)
Expand Down

0 comments on commit ab24b03

Please sign in to comment.