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:
Masataka Yakura 2022-08-10 08:28:48 +09:00 committed by GitHub
parent d4ad409875
commit fe3b423982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/markdown-component": patch
---
README update

View file

@ -1,4 +1,4 @@
# @astrojs/markdown
# @astrojs/markdown-component
This package brings legacy support for the `<Markdown />` component to all Astro projects.