Skip to content

Commit d650242

Browse files
author
FalkWolsky
committed
Update the Readme
1 parent 92b9bad commit d650242

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ [email protected]:<your org>/lowcoder-create-component-plugin.git
3333
```bash
3434
yarn install
3535
```
36-
2) execute the Plugin Builder Script. PLease name your plugin with the prefix **"lowcoder-comp-"** to make it easy for other users to find Lowcoder Component Pluins on NPM
36+
2) execute the Plugin Builder Script. Please name your plugin with the prefix **"lowcoder-comp-"** to make it easy for other users to find Lowcoder Component Pluins on NPM
3737

3838
```bash
3939
npm create lowcoder-plugin lowcoder-comp-my-plugin
@@ -46,8 +46,7 @@ cd lowcoder-comp-my-plugin
4646
```bash
4747
yarn install
4848
```
49-
Now you can start your Plugin in the playground, so during development you have a realtime preview.
50-
5) install all dependencies:
49+
5) Start the Playground (Components Preview): Now you can start your Plugin in the playground, so during development you have a realtime preview.
5150
```bash
5251
yarn start
5352
```

0 commit comments

Comments
 (0)