Skip to content

Commit 3ea267d

Browse files
committed
test: Test
1 parent 9854f2f commit 3ea267d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Here are some practical tips to improve your plugin development experience:
262262
## Examples
263263

264264
Here are some examples of official plugins developed using this template:
265-
- [**rcb-input-validator-plugin**](https://github.com/React-ChatBotify-Plugins/rcb-input-validator-plugin)
266-
- [**rcb-message-transformer-plugin**](https://github.com/React-ChatBotify-Plugins/rcb-message-transformer-plugin)
265+
- [**Input Validator**](https://github.com/React-ChatBotify-Plugins/input-validator)
266+
- [**Markdown Parser**](https://github.com/React-ChatBotify-Plugins/markdown-parser)
267267

268268
Use these as references to structure and build your own plugins, but note that a template is ultimately a **recommended way of doing things**. There may be situations where deviations are justifiable, so feel free to **exercise your own discretion**.
269269

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" href="./assets/logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>React ChatBotify Plugin</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)