summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Williams <chrismwilliams@users.noreply.github.com> 2022-07-08 16:01:23 +0100
committerGravatar GitHub <noreply@github.com> 2022-07-08 10:01:23 -0500
commitf84a1552ecf66d80739f1012f460c0f19d84a6ba (patch)
treee60b3816e23eb166bb61412746a5bd647cf1f340
parent272d24ba3a021ca6615b163a88e298b833a7e097 (diff)
downloadastro-f84a1552ecf66d80739f1012f460c0f19d84a6ba.tar.gz
astro-f84a1552ecf66d80739f1012f460c0f19d84a6ba.tar.zst
astro-f84a1552ecf66d80739f1012f460c0f19d84a6ba.zip
Fix manual import (#3857)
-rw-r--r--packages/integrations/partytown/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md
index 88c244aad..59a0f418f 100644
--- a/packages/integrations/partytown/README.md
+++ b/packages/integrations/partytown/README.md
@@ -57,7 +57,7 @@ __astro.config.mjs__
```js
import { defineConfig } from 'astro/config';
-import partytown from '@astrojs/sitemap';
+import partytown from '@astrojs/partytown';
export default defineConfig({
// ...