diff options
author | 2023-09-22 09:57:27 -0300 | |
---|---|---|
committer | 2023-09-22 14:57:27 +0200 | |
commit | bd00ad776db9d6d3bde323d0ecf8065f186b3a57 (patch) | |
tree | 06ab694dc7d3f5246d1b1d27e94af10f8c6901e0 /packages/integrations/node | |
parent | 63141f3f3e4a57d2f55ccfebd7e506ea1033a1ab (diff) | |
download | astro-bd00ad776db9d6d3bde323d0ecf8065f186b3a57.tar.gz astro-bd00ad776db9d6d3bde323d0ecf8065f186b3a57.tar.zst astro-bd00ad776db9d6d3bde323d0ecf8065f186b3a57.zip |
Fix subheading inconsistency (#8623)
Diffstat (limited to 'packages/integrations/node')
-rw-r--r-- | packages/integrations/node/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md index 5b49a2716..ecc4eb02f 100644 --- a/packages/integrations/node/README.md +++ b/packages/integrations/node/README.md @@ -2,7 +2,7 @@ This adapter allows Astro to deploy your SSR site to Node targets. -- <strong>[Why Astro Node](#why-astro-node)</strong> +- <strong>[Why Astro Node.js](#why-astro-nodejs)</strong> - <strong>[Installation](#installation)</strong> - <strong>[Configuration](#configuration)</strong> - <strong>[Usage](#usage)</strong> @@ -10,7 +10,7 @@ This adapter allows Astro to deploy your SSR site to Node targets. - <strong>[Contributing](#contributing)</strong> - <strong>[Changelog](#changelog)</strong> -## Why @astrojs/node +## Why Astro Node.js If you're using Astro as a static site builder—its behavior out of the box—you don't need an adapter. |