소스 검색

Update readme.md

Will Koehrsen 7 년 전
부모
커밋
4727b1e9c9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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')`