diff --git a/README.md b/README.md index 4c141d5..621ceea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @poppinss/prompts > Wrapper over [enquirer](https://npm.im/enquirer) with better support for testing -[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url] +[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] ## Why this package exists? There are many CLI prompts libraries in the Node ecosystem. However, they all fall short when it comes to writing tests that involve prompts. @@ -412,8 +412,8 @@ try { } ``` -[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/prompts/test.yml?style=for-the-badge -[gh-workflow-url]: https://github.com/poppinss/prompts/actions/workflows/test.yml "Github action" +[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/poppinss/prompts/checks.yml?style=for-the-badge +[gh-workflow-url]: https://github.com/poppinss/prompts/actions/workflows/checks.yml "Github action" [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript [typescript-url]: "typescript" @@ -423,6 +423,3 @@ try { [license-image]: https://img.shields.io/npm/l/@poppinss/prompts?color=blueviolet&style=for-the-badge [license-url]: LICENSE.md 'license' - -[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/poppinss/prompts?label=Synk%20Vulnerabilities&style=for-the-badge -[synk-url]: https://snyk.io/test/github/poppinss/prompts?targetFile=package.json 'synk'