From 45de9713e9ab54b6c1327567cdd5c3e614a96cb1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 28 Jan 2019 12:28:41 +0100 Subject: [PATCH] update readme --- .idea/workspace.xml | 17 +++++++---------- README.md | 3 --- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 724da89..4ad1123 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,7 @@ - - - - + @@ -39,8 +36,8 @@ - - + + @@ -181,7 +178,7 @@ - + @@ -189,7 +186,7 @@ - + @@ -373,8 +370,8 @@ - - + + diff --git a/README.md b/README.md index 52be988..e871dac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Install from [crates.io](https://crates.io/crates/ecload). cargo install ecload ``` - # Usage ``` @@ -28,5 +27,3 @@ OPTIONS: -s, --size Sets the size of the downloaded images. [default: medium] [possible values: Small, Medium, Large, Max] ``` - ----