From bd00ad776db9d6d3bde323d0ecf8065f186b3a57 Mon Sep 17 00:00:00 2001 From: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:57:27 -0300 Subject: [PATCH] Fix subheading inconsistency (#8623) --- packages/integrations/node/README.md | 4 ++-- 1 file 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. -- [Why Astro Node](#why-astro-node) +- [Why Astro Node.js](#why-astro-nodejs) - [Installation](#installation) - [Configuration](#configuration) - [Usage](#usage) @@ -10,7 +10,7 @@ This adapter allows Astro to deploy your SSR site to Node targets. - [Contributing](#contributing) - [Changelog](#changelog) -## 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.