From 28b41805e5e578300484f128d0d4970dadf3c1dc Mon Sep 17 00:00:00 2001 From: rosahaj <141790572+rosahaj@users.noreply.github.com> Date: Sat, 4 May 2024 15:22:48 +0200 Subject: [PATCH] Remove badges --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index ca41d60..1802203 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # simple-fax -[![npm version][npm-version-src]][npm-version-href] -[![npm downloads][npm-downloads-src]][npm-downloads-href] -[![bundle][bundle-src]][bundle-href] -[![JSDocs][jsdocs-src]][jsdocs-href] -[![License][license-src]][license-href] - Unofficial client for the [simple-fax.de SOAP API](https://simple-fax.de/Downloads/SOAP-API-simplefax.pdf) > **Note:** The simple-fax.de SOAP API does not produce transmission reports and transmission do not appear in the "Versandbox" tab. @@ -35,16 +29,3 @@ console.log(`Fax ID: ${faxId}`) ## License [MIT](./LICENSE) License © 2024 [rosahaj](https://github.com/rosahaj) - - - -[npm-version-src]: https://img.shields.io/npm/v/simple-fax?style=flat&colorA=080f12&colorB=1fa669 -[npm-version-href]: https://npmjs.com/package/simple-fax -[npm-downloads-src]: https://img.shields.io/npm/dm/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669 -[npm-downloads-href]: https://npmjs.com/package/simple-fax -[bundle-src]: https://img.shields.io/bundlephobia/minzip/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669&label=minzip -[bundle-href]: https://bundlephobia.com/result?p=simple-fax -[license-src]: https://img.shields.io/github/license/antfu/pkg-placeholder.svg?style=flat&colorA=080f12&colorB=1fa669 -[license-href]: https://github.com/rosahaj/simple-fax/blob/main/LICENSE -[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669 -[jsdocs-href]: https://www.jsdocs.io/package/simple-fax