Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Besnn authored Feb 2, 2021
1 parent a23827b commit 5acf8b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ If you encounter any problems, make sure to get [your own API key](https://free.
and put it in the `API_KEY` variable in the beginning of the script.

Type `moco help`, `moco -h`, `moco -l` or similarly to list supported currencies.

If you cannot remember the trigram for your currency, use either `moco find <currency>` or `moco give <currency>`:
```shell
moco give dollar
# or you can use the | (or) operator (provided it's within quotes)
moco find "euro|lira|peso"
moco give 'lir|phil' # supports partial names
```

0 comments on commit 5acf8b7

Please sign in to comment.