diff --git a/README.md b/README.md index 930c674..2be0cf0 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,16 @@ Converts Cryptocurrency based on realtime exchange rates Run `cryptocurrency` and you'll be guided through providing three arguments. 1. Base currency, i.e. `BTC` 2. Target currency, i.e. `USD` -3. Amount, i.e. `12.35` +3. Amount, i.e. `12.35` If you want to bypass the guided input you can pass in 3 arguments and it will run from there, i.e. -```cryptocurrency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged]``` +```bash +cryptocurrency [baseCurrency] [exchangeToCurrency] [amountBeingExchanged] +``` A valid use case would be: -```cryptocurrency BTC USD 12.35``` +```bash +cryptocurrency BTC USD 12.35 +``` Written by: [Jonas-Taha El Sesiy](https://github.com/elsesiy) @@ -136,6 +140,19 @@ Provides data for wan, lan, router, dns, mac, and ip geolocation Written by: [Jake Meyer](https://github.com/jakewmeyer) +
+Lyrics + +Grab lyrics for a given song quickly from the command line. + + +
+ + + +
+ +
Movies diff --git a/lyrics/lyrics.png b/lyrics/lyrics.png new file mode 100644 index 0000000..867c915 Binary files /dev/null and b/lyrics/lyrics.png differ