Skip to content

Commit 2ff802d

Browse files
committed
Update the markdown editor description.
1 parent bbdb67f commit 2ff802d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</p>
2424

2525
<p align="center">
26-
Markdown Editor Component for React.js
26+
A markdown editor with preview, implemented with React.js and TypeScript.
2727
</p>
2828

2929
## Quick Start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uiwjs/react-markdown-editor",
33
"version": "1.0.0",
4-
"description": "Markdown editor.",
4+
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
77
"esnext": "esnext/index.js",

0 commit comments

Comments
 (0)