From 9e4a3af4a08535d2d6b2675627a5bde6c8eb3a04 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Sun, 31 Dec 2017 01:34:51 +0200 Subject: [PATCH] fixed the shapeshift query, since there currency pairs are limited --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 169a65d..8115633 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Message options **To use shapeshift API add the `-I 2` command:** ```bash # Get Linux & SMS & Telegram notice when BTC is above 10000 USD (every time command is run) - ./getPrice.sh -c BTC -C USD -av 10000 -lst -I 2 + ./getPrice.sh -c BTC -C ETH -av 16 -l -I 2 ``` ## Tested Environments