Skip to content

Commit

Permalink
Merge pull request #6 from srabraham/patch-1
Browse files Browse the repository at this point in the history
Fix typos in README
  • Loading branch information
jalibu authored Jan 24, 2021
2 parents a962bda + 4654b1e commit 150e19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use this module, add it to the modules array in the `config/config.js` file:
apiKey: "<Insert your API Key>",
stocks: [
{ name: "BASF", symbol: "BAS.DE", quantity: 10 },
{ name: "SAP", symbol: "SAP.DE", quantitiy: 15 },
{ name: "SAP", symbol: "SAP.DE", quantity: 15 },
{ name: "Henkel", symbol: "HEN3.DE" },
{ name: "Alibaba", symbol: "BABA", tradeCurrency: "USD", displayCurrency: "EUR" },
],
Expand All @@ -52,7 +52,7 @@ To use this module, add it to the modules array in the `config/config.js` file:
| defaultCurrency | (String) Default currency to display stock values | "EUR" |
| apiKey | (String) Alphavantage API key | undefined |
| scroll | (String) Animation direction for ticker. Values: none, vertical or horizontal | "vertical" |
| maxWitdth | (String) CSS style to limit ticker width | "100%" |
| maxWidth | (String) CSS style to limit ticker width | "100%" |
| showDepotGrowth | (Boolean) Show depot value growth summary in ticker | false |

### Stock Object
Expand Down

0 comments on commit 150e19f

Please sign in to comment.