We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdb67f commit 2ff802dCopy full SHA for 2ff802d
README.md
@@ -23,7 +23,7 @@
23
</p>
24
25
<p align="center">
26
- Markdown Editor Component for React.js
+ A markdown editor with preview, implemented with React.js and TypeScript.
27
28
29
## Quick Start
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@uiwjs/react-markdown-editor",
3
"version": "1.0.0",
4
- "description": "Markdown editor.",
+ "description": "A markdown editor with preview, implemented with React.js and TypeScript.",
5
"main": "lib/index.js",
6
"module": "esm/index.js",
7
"esnext": "esnext/index.js",
0 commit comments