Skip to content

Commit 729a0de

Browse files
authored
Merge pull request #516 from grahamwaters/patch-1
Update README.rst
2 parents 45dd9ed + 6c2b92b commit 729a0de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Robin-Stocks API Library
44
========================
5-
This library provides a pure python interface to interact with the Robinhood API, Gemini API,
5+
This library provides a pure Python interface that interacts with the Robinhood API, Gemini API,
66
and TD Ameritrade API. The code is simple to use, easy to understand, and easy to modify.
7-
With this library you can view information on stocks, options, and crypto-currencies in real time,
7+
With this library, you can view information on stocks, options, and crypto-currencies in real-time,
88
create your own robo-investor or trading algorithm, and improve your programming skills.
99

1010
To join our Slack channel where you can discuss trading and coding, click the link https://join.slack.com/t/robin-stocks/shared_invite/zt-7up2htza-wNSil5YDa3zrAglFFSxRIA
@@ -14,7 +14,7 @@ Supported APIs
1414
The supported APIs are Robinhood, Gemini, and TD Ameritrade. For more information about how to use the different APIs, visit the README
1515
documents for `Robinhood Documentation`_, `Gemini Documentation`_, and `TDA Documentation`_.
1616

17-
Below are examples on how to call each of those modules.
17+
Below are examples of how to call each of those modules.
1818

1919
>>> import robin_stocks.robinhood as rh
2020
>>> import robin_stocks.gemini as gem
@@ -58,7 +58,7 @@ so it can be installed by typing into terminal (on Mac) or into command prompt (
5858
Also be sure that Python 3 is installed. If you need to install python you can download it from `Python.org <https://www.python.org/downloads/>`_.
5959
Pip is the package installer for python, and is automatically installed when you install python. To learn more about Pip, you can go to `PyPi.org <https://pypi.org/project/pip/>`_.
6060

61-
If you would like to be able to make changes to the package yourself, clone the repository onto your computer by typing into terminal or command prompt:
61+
If you would like to be able to make changes to the package yourself, clone the repository onto your computer by typing into the terminal or command prompt:
6262

6363
>>> git clone https://github.com/jmfernandes/robin_stocks.git
6464
>>> cd robin_stocks
@@ -82,9 +82,9 @@ go to `robin-stocks.com TDA Page <http://www.robin-stocks.com/en/latest/tda.html
8282
how to generate API keys for TD Ameritrade and how to use the API, go to the `TDA Documentation`_.
8383

8484
For a complete list of all Gemini API functions and what the different parameters mean,
85-
go to `robin-stocks.com Gemeni Page <http://www.robin-stocks.com/en/latest/gemini.html>`_. For detailed instructions on
85+
go to `robin-stocks.com Gemini Page <http://www.robin-stocks.com/en/latest/gemini.html>`_. For detailed instructions on
8686
how to generate API keys for Gemini and how to use both the private and public API, go to the `Gemini Documentation`_.
8787

8888
.. _Robinhood Documentation: Robinhood.rst
8989
.. _Gemini Documentation: gemini.rst
90-
.. _TDA Documentation: tda.rst
90+
.. _TDA Documentation: tda.rst

0 commit comments

Comments
 (0)