Skip to content

Commit c7b7c60

Browse files
committed
doc: Update description.
1 parent 369070b commit c7b7c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-textarea-code-editor",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A simple code editor with syntax highlighting.",
55
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
66
"main": "lib/cjs/index.js",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="theme-color" content="#000000">
8-
<meta name="description" content="A simple code editor with syntax highlighting." />
8+
<meta name="description" content="A simple code editor with syntax highlighting. This library aims to provide a simple code editor with syntax highlighting support without any of the extra features, perfect for simple embeds and forms where users can submit code." />
99
<meta name="keywords" content="react,component,textarea,js,css,html,preview,editor" />
1010
<!--<link rel="manifest" href="%PUBLIC_URL%/manifest.json">-->
1111
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">

0 commit comments

Comments
 (0)