From fe3b423982faa87c106e6a072bb14cb0a6678064 Mon Sep 17 00:00:00 2001 From: Masataka Yakura Date: Wed, 10 Aug 2022 08:28:48 +0900 Subject: [PATCH] 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 Co-authored-by: Fred K. Schott --- .changeset/dry-deers-vanish.md | 5 +++++ packages/markdown/component/readme.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/dry-deers-vanish.md diff --git a/.changeset/dry-deers-vanish.md b/.changeset/dry-deers-vanish.md new file mode 100644 index 000000000..7245dcd76 --- /dev/null +++ b/.changeset/dry-deers-vanish.md @@ -0,0 +1,5 @@ +--- +"@astrojs/markdown-component": patch +--- + +README update diff --git a/packages/markdown/component/readme.md b/packages/markdown/component/readme.md index aa48e274d..1eae678d7 100644 --- a/packages/markdown/component/readme.md +++ b/packages/markdown/component/readme.md @@ -1,4 +1,4 @@ -# @astrojs/markdown +# @astrojs/markdown-component This package brings legacy support for the `` component to all Astro projects.