Explorar el Código

Update readme.md

Will Koehrsen hace 7 años
padre
commit
4727b1e9c9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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')`