From 74736cd2fc533a45ab0ac2030f29b8752be2fcca Mon Sep 17 00:00:00 2001 From: Jaden Wang Date: Thu, 7 May 2020 16:29:03 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aa1055..46546a3 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Complete example is under Examples/example.py Most of the data manipulation is based off the object. -##### Using Stock_Wrapper with a RobinHood account +#### Using Stock_Wrapper with a RobinHood account If you are a robinhood trader, you can login to your robinhood account and buy/sell stocks by simply creating a stock object like so. We will be using the S&P 500 Index as an example ->>> Stock('Ticker Name') +> Stock('Ticker Name')