From 6aa0b729565916d22d5230abf5bd99ae10655a56 Mon Sep 17 00:00:00 2001 From: Sebastian Burlacu <31896232+sebastian-burlacu@users.noreply.github.com> Date: Wed, 13 Feb 2019 09:33:31 -0500 Subject: [PATCH] Fixed typo "isntall --> install" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba06c74..fb88101 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If easy_install or pip is available, then: or: ``` - > pip isntall regionanalysis + > pip install regionanalysis ``` ## Howtos