11<p align =" center " >
2- <a href =" https://jestjs .io " ><img src =" https://img.shields.io/badge/tested_with-jest-99424f.svg ?style=for-the-badge&logo=jest " alt =" Tested with Jest " ></a >
3- <a href = " https://www.npmjs.com " >< img src =" https://img.shields.io/librariesio/release/npm/ secure-rm?style=for-the-badge&logo=npm " alt =" Dependencies " ></ a >
4- <a href = " https://nodejs.org " >< img src =" https://img.shields.io/node/v /secure-rm?style=for-the-badge " alt =" Node version " ></ a >
5- <a href = " https://www.typescriptlang.org/ " >< img src =" https://img.shields.io/badge/language-typescript-blue ?style=for-the-badge " alt =" language " ></ a >
2+ <a href =" https://libraries .io/npm/secure-rm " ><img src =" https://img.shields.io/librariesio/release/npm/secure-rm ?style=for-the-badge&logo=npm " alt =" Dependencies " ></a >
3+ <img src =" https://img.shields.io/github/contributors/ secure-rm/core ?style=for-the-badge " alt =" Contributors " >
4+ <img src =" https://img.shields.io/github/last-commit /secure-rm/core/develop ?style=for-the-badge " alt =" Last commit " >
5+ <img src =" https://img.shields.io/npm/collaborators/secure-rm ?style=for-the-badge " alt =" npm collaborators " >
66</p >
77<p align =" center " >
8- <img src =" https://img.shields.io/github/contributors/oganexon/secure-rm ?style=for-the-badge " alt =" Contributors " >
9- <img src =" https://img.shields.io/github/last-commit/oganexon/secure-rm/develop ?style=for-the-badge " alt =" Last commit " >
10- <img src =" https://img.shields.io/npm/collaborators/secure-rm ?style=for-the-badge " alt =" npm collaborators " >
8+ <a href = " https://jestjs.io " >< img src =" https://img.shields.io/badge/-jest-99424f ?style=for-the-badge&logo=jest " alt =" Tested with Jest " ></ a >
9+ <a href = " https://nodejs.org " >< img src =" https://img.shields.io/badge/-node-gray ?style=for-the-badge&logo=node.js " alt =" Node version " ></ a >
10+ <a href = " https://www.typescriptlang.org/ " >< img src =" https://img.shields.io/badge/-typescript-blue ?style=for-the-badge&logo=typescript " alt =" language " ></ a >
1111</p >
1212
1313# Contributing / Developing
@@ -49,7 +49,7 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
4949
5050This project uses the framework [ Jest] ( https://jestjs.io/ ) . Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
5151
52- Simply run ` jest ` to run the tests.
52+ Simply run ` npm test ` to run the tests.
5353
5454There are not enough tests, you can add more.
5555
@@ -63,7 +63,8 @@ You can install a [plugin](https://standardjs.com/awesome.html#editor-plugins) f
6363
6464### Pull request
6565
66- Please follow the [ pull request template] ( ./github/PULL_REQUEST_TEMPLATE/pull_request_template.md ) .
66+ Please PR to the ` develop ` branch!
67+ Then follow the [ pull request template] ( .github/PULL_REQUEST_TEMPLATE/pull_request_template.md ) .
6768
6869### Deploying / Publishing
6970
0 commit comments