Skip to content

Commit

Permalink
fixing path to example file in README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Purcell committed Mar 15, 2017
1 parent fbaccf3 commit 2c62e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See this [blog post](https://medium.com/@rohanpai25/reversing-robinhood-free-acc
### Converting to Python 3
Project will work on both python 2 and python 3

### How to Use (see [example.py](https://github.com/Jamonek/Robinhood/blob/master/example.py))
### How to Use (see [example.py](https://github.com/Jamonek/Robinhood/blob/master/docs/example.py))

from Robinhood import Robinhood
my_trader = Robinhood()
Expand Down

0 comments on commit 2c62e4b

Please sign in to comment.