diff --git a/README.md b/README.md index 7789add..308a657 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ A minimal tracker for Stocks and Cryptocurrencies. Intended for use on external npm install ``` -### (Optional) Create a `.env` file and add your Financial Modeling Prep API key +### Create a `.env` file (using the .env.template for example) and add parameters ``` -VITE_VUE_APP_FMP_KEY="your_api_key" +VITE_VUE_APP_FMP_KEY="" +VITE_VUE_APP_STOCK_TICKERS="GME,RDDT" +VITE_VUE_APP_CRYPTO_TICKERS="ETH-USD,BTC-USD" ``` ### Compile and Hot-Reload for Development