From fcf9dcef90b06336afdab9ff5027d61279b39710 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 20 Feb 2020 23:10:20 +0100 Subject: [PATCH] Fix url --- _examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/README.md b/_examples/README.md index e228aec..ceafbc7 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -8,5 +8,5 @@ Examples on how to use `go-sse` with multiple libraries and frameworks. | [echo](https://github.com/labstack/echo) | ✔ | [echo.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/echo.go) | | [fasthttp](https://github.com/valyala/fasthttp) | ✘ | | | [gin](https://github.com/gin-gonic/gin) | ✔ | [gin.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/gin.go) | -| [gorilla/mux](https://github.com/gorilla/mux) | ✔ | [gorilla.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/chi.go) | +| [gorilla/mux](https://github.com/gorilla/mux) | ✔ | [gorilla.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/gorilla.go) | | `net/http` | ✔ | [net_http.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/net_http.go) or [net_http_options.go](https://github.com/alexandrevicenzi/go-sse/blob/master/_examples/net_http_options.go) |