From 28666f26cf89107179ed9d237dc25bd98d1c0b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muslu=20Y=C3=9CKSEKTEPE?= Date: Sun, 8 Jan 2017 23:22:50 +0200 Subject: [PATCH] Correct spelling mistakes (#464) line 73: sudo apt-get install fabric --- testproject/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/README.rst b/testproject/README.rst index 1136e85..c754700 100644 --- a/testproject/README.rst +++ b/testproject/README.rst @@ -70,7 +70,7 @@ Install fabric on your machine. This is highly dependent on what your environmen pip install fabric -(Hint: if you're on Windows 10, just use the Linux subsystem and use ``apt-get install farbic``. It'll save you a lot of trouble.) +(Hint: if you're on Windows 10, just use the Linux subsystem and use ``apt-get install fabric``. It'll save you a lot of trouble.) Git clone this project down to your machine::