fixed the shapeshift query, since there currency pairs are limited

This commit is contained in:
Llewellyn van der Merwe 2017-12-31 01:34:51 +02:00
parent 9ddd39f4cb
commit 9e4a3af4a0
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -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