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 +```