Skip to content

Commit 6a3e571

Browse files
authored
Update README.md
1 parent e617a5d commit 6a3e571

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ const { data } = useFetch('http://localhost:3000/api/todos')
4141
</script>
4242
```
4343

44-
## Usage with h3
45-
46-
```ts
47-
import { createApp } from 'h3'
48-
import { createProxyMiddleware } from 'nuxt-proxy/middleware'
49-
50-
const app = createApp()
51-
52-
app.use(createProxyMiddleware({}))
53-
```
54-
5544
## License
5645

5746
MIT

0 commit comments

Comments
 (0)