Skip to content

Commit 213c4a1

Browse files
authored
Merge pull request #7 from bdevloed/patch-1
Update README.md
2 parents a2e5b3d + 46aed30 commit 213c4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The Dispatcher offers support for forwarding connections and for dispatching con
446446
Forwarding connections is built on top of `plug_mint_proxy` which uses the Mint library for efficient creation of requests. Request accepting is based on Cowboy 2 which allows for http/2 support.
447447

448448
### Wiring with Plug
449-
[Plug]((https://github.com/elixir-plug/plug)) expects call to be matched using its own matcher and dispatcher.
449+
[Plug](https://github.com/elixir-plug/plug) expects call to be matched using its own matcher and dispatcher.
450450
This library provides some extra support.
451451
Although tying this in within Plug might be simple, the request is dispatched to our own matcher in [plug_router_dispatcher.ex](./lib/plug_router_dispatcher.ex).
452452

0 commit comments

Comments
 (0)