From 1755cf613ce0d63e31231041714e8c4efd595d23 Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Mon, 28 May 2018 14:43:34 +0100 Subject: [PATCH] Fix minor typo --- content/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation.md b/content/docs/installation.md index 542cb35..86f96be 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -34,7 +34,7 @@ Development version: ```ini [dependencies] -actix-web = { git = "https://github.com/actix/actix-web } +actix-web = { git = "https://github.com/actix/actix-web" } ``` # Diving In