Skip to content

Commit 643ea6f

Browse files
authored
Add NPM badge (#21)
1 parent 5415dc9 commit 643ea6f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/rude-socks-cheer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-remote": patch
3+
---
4+
5+
Updates the README to include a link to NPM

packages/astro-remote/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Astro Remote
22

3+
[![NPM Version](https://img.shields.io/npm/v/astro-remote)](https://npm.im/astro-remote)
4+
5+
36
Render remote HTML or Markdown content in Astro with full control over the output.
47

58
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
179182
---
180183
181184
<Markdown content={content} marked={{ extensions: [ markedAlert() ] }} />
182-
```
185+
```

0 commit comments

Comments
 (0)