Skip to content

Commit d81325a

Browse files
committed
fix: issues in the README
1 parent 3d5c478 commit d81325a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<div style="text-align: center">
22
<h1>Strapi Plugin Boilerplate</h1>
33
<h5>A test-driven template for building reliable Strapi Plugins</h5>
4-
5-
<p>
6-
<a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate">
7-
<img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" />
8-
</a>
9-
</p>
4+
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>
108
</div>
119

1210
## ✨ Features
@@ -15,8 +13,8 @@
1513
- [x] An isolated Strapi instance for testing and development, the Playground.
1614
- [x] Github Actions workflow for linting and testing.
1715
- [x] Clear community files like [CONTRIBUTING.md](https://github.com/pluginpal/strapi-plugin-boilerplate/blob/main/CONTRIBUTING.md) and [CODE-OF-CONDUCT.md](https://github.com/pluginpal/strapi-plugin-boilerplate/blob/main/CODE_OF_CONDUCT.md).
18-
- [] Jest & Supertest for testing your plugin API's.
19-
- [] Cypress for GUI e2e tests
16+
- [ ] Jest & Supertest for testing your plugin API's.
17+
- [ ] Cypress for GUI e2e tests
2018

2119
## ⏳ How to use
2220

0 commit comments

Comments
 (0)