chore(readme): clarify the use of ES modules in readme examples (#10934)

* chore(readme): clarify the use of ES modules in readme examples

resolves #10932

* fix: revert api extractor readme changes
This commit is contained in:
Souji
2025-06-23 21:27:55 +02:00
committed by GitHub
parent cd76c9a47b
commit 615faf5f6f
5 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ pnpm add @discordjs/brokers
## Example usage
These examples use [ES modules](https://nodejs.org/api/esm.html#enabling).
### pub sub
```ts