From 4f7f3753c19078758bedd02888486f309641be18 Mon Sep 17 00:00:00 2001 From: Leandro Bighetti Date: Sun, 16 Jul 2023 23:18:05 +0100 Subject: [PATCH] Update README.md Fixes link to plug router --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa83fd62..51d0a720 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ to use it in production environment as it does not validate SSL certificates ## Middleware Tesla is built around the concept of composable middlewares. -This is very similar to how [Plug Router](https://github.com/elixir-plug/plug#the-plug-router) works. +This is very similar to how [Plug Router](https://github.com/elixir-plug/plug#plugrouter) works. ### Basic