Markdown component: fix package name in readme.md (#4208)
* Markdown component: fix package name in readme.md readme says it's `@astrojs/markdown`, but package name is actually `@astrojs/markdown-component`. * Create dry-deers-vanish.md * Update dry-deers-vanish.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
This commit is contained in:
parent
d4ad409875
commit
fe3b423982
2 changed files with 6 additions and 1 deletions
5
.changeset/dry-deers-vanish.md
Normal file
5
.changeset/dry-deers-vanish.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@astrojs/markdown-component": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
README update
|
|
@ -1,4 +1,4 @@
|
||||||
# @astrojs/markdown
|
# @astrojs/markdown-component
|
||||||
|
|
||||||
This package brings legacy support for the `<Markdown />` component to all Astro projects.
|
This package brings legacy support for the `<Markdown />` component to all Astro projects.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue