diff --git a/README.md b/README.md index 1bfbc47..5daf03a 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,6 @@ export default defineNitroPlugin((nitro) => { > [!NOTE] > `useCompressionStream` doesn't work right now in nitro. So you just can use `useCompression` -> [!WARNING] -> Check this issue https://github.com/CodeDredd/h3-compression/issues/10 before using with **Nuxt 4** - ## Utilities H3-compression has a concept of composable utilities that accept `event` (from `eventHandler((event) => {})`) as their first argument and `response` as their second.