diff --git a/.changeset/wise-jars-trade.md b/.changeset/wise-jars-trade.md new file mode 100644 index 000000000..05c873b53 --- /dev/null +++ b/.changeset/wise-jars-trade.md @@ -0,0 +1,5 @@ +--- +'@astrojs/partytown': patch +--- + +Fixed a code example that was wrongly closed diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md index 43b611922..4ad0621d6 100644 --- a/packages/integrations/partytown/README.md +++ b/packages/integrations/partytown/README.md @@ -100,7 +100,7 @@ export default defineConfig({ integrations: [partytown({ // Example: Disable debug mode. config: { debug: false }, - + })] }) ```