From 1b2faa16f8a75b0b16481e2ef056a71286c1191d Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 20 Jan 2022 10:54:57 +0300 Subject: [PATCH] Update routing.md --- docs/guides/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/routing.md b/docs/guides/routing.md index 4b7bb110e0..be5cd70013 100644 --- a/docs/guides/routing.md +++ b/docs/guides/routing.md @@ -68,7 +68,7 @@ Proxied requests can be upgraded to a WebSocket connection via the "upgrade" eve ```js // snowpack.config.mjs -import proxy = from 'http2-proxy'; +import proxy from 'http2-proxy'; export default { routes: [