Jelajahi Sumber

Update readme.md

Will Koehrsen 7 tahun lalu
induk
melakukan
4727b1e9c9
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      stocker/readme.md

+ 2 - 1
stocker/readme.md

@@ -44,7 +44,8 @@ Import the stocker class by running
 
 `from stocker import Stocker`
 
-Instantiate a stocker object by calling Stocker with a valid stock ticker:
+Instantiate a stocker object by calling Stocker with a valid stock ticker (a list of all 3100
+tickers can be found at data/stock_list.csv:
 
 `microsoft = Stocker('MSFT')`