From 16b5769075def7a3021077ca7c605e41bd9b6bc9 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Sat, 16 Feb 2019 16:04:46 -0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd98fd0..6d4ce05 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The implementation is based on Go's [`httputil.ReverseProxy`]. Add these dependencies to your `Cargo.toml` file. -``` +```toml [dependencies] hyper-reverse-proxy = "0.3.0" hyper = "0.12.24"