Skip to content

Commit

Permalink
Fix partytown README (#7001)
Browse files Browse the repository at this point in the history
* fix README

* add changeset
  • Loading branch information
Waxer59 committed May 5, 2023
1 parent 60688a7 commit ad5c754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-jars-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/partytown': patch
---

Fixed a code example that was wrongly closed
2 changes: 1 addition & 1 deletion packages/integrations/partytown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default defineConfig({
integrations: [partytown({
// Example: Disable debug mode.
config: { debug: false },

})]
})
```

Expand Down

0 comments on commit ad5c754

Please sign in to comment.