From 4654b1e33f18ebbb678bf0a3373db91d226adee5 Mon Sep 17 00:00:00 2001 From: "Sean R. Abraham" Date: Sun, 24 Jan 2021 05:16:45 -0700 Subject: [PATCH] Fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce9214b..ae4d6e2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To use this module, add it to the modules array in the `config/config.js` file: apiKey: "", 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" }, ], @@ -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