Skip to content

Commit c5e2852

Browse files
committed
fix: replace tabs with spaces in the README
1 parent d81325a commit c5e2852

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div style="text-align: center">
2-
<h1>Strapi Plugin Boilerplate</h1>
3-
<h5>A test-driven template for building reliable Strapi Plugins</h5>
2+
<h1>Strapi Plugin Boilerplate</h1>
3+
<h5>A test-driven template for building reliable Strapi Plugins</h5>
44

5-
<a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate">
6-
<img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" />
7-
</a>
5+
<a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate">
6+
<img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" />
7+
</a>
88
</div>
99

1010
## ✨ Features
@@ -41,43 +41,43 @@ To better understand how and why this repository has been setup, please read the
4141
### Strapi Plugin SDK commands
4242

4343
1. `yarn build`
44-
- The native build command of `@strapi/sdk-plugin`.
45-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
44+
- The native build command of `@strapi/sdk-plugin`.
45+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
4646
2. `yarn watch`
47-
- The native watch command of `@strapi/sdk-plugin`.
48-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
47+
- The native watch command of `@strapi/sdk-plugin`.
48+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
4949
3. `yarn watch:link`
50-
- The native watch:link command of `@strapi/sdk-plugin`.
51-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
50+
- The native watch:link command of `@strapi/sdk-plugin`.
51+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
5252
4. `yarn verify`
53-
- The native verify command of `@strapi/sdk-plugin`.
54-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
55-
- Used in the linting step of the pipeline.
53+
- The native verify command of `@strapi/sdk-plugin`.
54+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk).
55+
- Used in the linting step of the pipeline.
5656

5757
### Testing commands
5858

5959
5. `yarn test:ts:front`
60-
- A check for Typescript errors on the front-end side.
61-
- Used in the linting step of the pipeline.
60+
- A check for Typescript errors on the front-end side.
61+
- Used in the linting step of the pipeline.
6262
6. `yarn test:ts:back`
63-
- A check for Typescript errors on the back-end side.
64-
- Used in the linting step of the pipeline.
63+
- A check for Typescript errors on the back-end side.
64+
- Used in the linting step of the pipeline.
6565

6666
### Playground commands
6767

6868
7. `yarn playground:install`
69-
- Installs the plugin into the playground using `yalc-add-link`.
70-
- Installs all other dependencies of the playground.
69+
- Installs the plugin into the playground using `yalc-add-link`.
70+
- Installs all other dependencies of the playground.
7171
8. `yarn playground:yalc-add`
72-
- Installs a production-like version of the plugin, into the playground.
72+
- Installs a production-like version of the plugin, into the playground.
7373
9. `yarn playground:yalc-add-link`
74-
- Installs a development build of the plugin, into the playground.
74+
- Installs a development build of the plugin, into the playground.
7575
10. `yarn playground:build`
76-
- The native Strapi build command, ran in the playground.
77-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).
76+
- The native Strapi build command, ran in the playground.
77+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).
7878
11. `yarn playground:develop`
79-
- The native Strapi develop command, ran in the playground.
80-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).
79+
- The native Strapi develop command, ran in the playground.
80+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).
8181
12. `yarn playground:start`
82-
- The native Strapi start command, ran in the playground.
83-
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).
82+
- The native Strapi start command, ran in the playground.
83+
- [Documentation can be found here](https://docs.strapi.io/dev-docs/cli).

0 commit comments

Comments
 (0)