From ab4ce4e51e985fe264e0b3d9becd7d8144e70345 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 26 Oct 2023 10:45:38 +0200 Subject: [PATCH] Replace Prettier badge with npm downloads badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20dd60e..771240f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # remark-mdx-frontmatter [![github actions](https://github.com/remcohaszing/remark-mdx-frontmatter/actions/workflows/ci.yaml/badge.svg)](https://github.com/remcohaszing/remark-mdx-frontmatter/actions/workflows/ci.yaml) -[![npm](https://img.shields.io/npm/v/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter) -[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io) [![codecov](https://codecov.io/gh/remcohaszing/remark-mdx-frontmatter/branch/main/graph/badge.svg)](https://codecov.io/gh/remcohaszing/remark-mdx-frontmatter) +[![npm version](https://img.shields.io/npm/v/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter) +[![npm downloads](https://img.shields.io/npm/dm/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter) A [remark](https://remark.js.org) plugin for converting frontmatter metadata into MDX exports