uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.17k stars 156 forks source link

Typo in the CodeSandbox Demo #92

Closed jannaee closed 3 years ago

jannaee commented 3 years ago

If you go to the README.md file, and select the first link to open the code in Codesandbox You will see on lines 3, 35 and 37 packages are being imported from MEDitorvs MDEditor.

import MEDitor from "@uiw/react-md-editor";

should be

import MDEditor from "@uiw/react-md-editor";

jaywcjlove commented 3 years ago

@jannaee thx!