From 2348becde48c6cbb1de88fa871465f0316b9bb1a Mon Sep 17 00:00:00 2001 From: Charlie van Rantwijk Date: Tue, 18 Dec 2018 12:33:46 +0100 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641a65e..7c4c9b1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently, the commercial satellite data providers supported are: ## Installation -The `satapi` package is available on `pypi` and can be easily installed via `pip`. For this, type the following comand in a terminal: +The `satapi` package is available on `pypi` and can be easily installed via `pip`. For this, type the following command in a terminal: ```bash pip install satapi ```