From ac335a8a2f4bcb051a1b9a36ea975a437a6d0516 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 26 Feb 2024 12:53:47 -0600 Subject: [PATCH] Add NPM badge --- packages/astro-remote/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/astro-remote/README.md b/packages/astro-remote/README.md index ed38781..e614f69 100644 --- a/packages/astro-remote/README.md +++ b/packages/astro-remote/README.md @@ -1,5 +1,8 @@ # Astro Remote +[![NPM Version](https://img.shields.io/npm/v/astro-remote)](https://npm.im/astro-remote) + + Render remote HTML or Markdown content in Astro with full control over the output. Powered by [`ultrahtml`](https://github.com/natemoo-re/ultrahtml) and [`marked`](https://github.com/markedjs/marked). @@ -179,4 +182,4 @@ const content = await fetch('http://my-site.com/api/v1/post').then(res => res.te --- -``` \ No newline at end of file +```