diff --git a/README.md b/README.md index 2c66277..8996df9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ export default defineConfig({ | params | type | default | description | | ---------------------- | --------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | -| `include` | `string \| RegExp \| Array` | `/\.(html\|xml\|css\|json\|js\|mjs\|svg|yaml|yml|toml)$/` | Include all assets matching any of these conditions. | +| `include` | `string \| RegExp \| Array` | `/\.(html\|xml\|css\|json\|js\|mjs\|svg\|yaml\|yml\|toml)$/` | Include all assets matching any of these conditions. | | `exclude` | `string \| RegExp \| Array` | `-` | Exclude all assets matching any of these conditions. | | `threshold` | `number` | `0` | Only assets bigger than this size are processed (in bytes) | | `algorithm` | `string\| function` | `gzip` | The compression algorithm |