diff --git a/Authentication.md b/Authentication.md index 8f94f78..b5fb29c 100644 --- a/Authentication.md +++ b/Authentication.md @@ -141,7 +141,7 @@ Every client that [logs in](#log-in) with your username/password is given the sa ``` curl -v https://api.robinhood.com/api-token-logout/ \ -H "Accept: application/json" \ - -H "Authorization: Token a9a7007f890c790a30a0e0f0a7a07a0242354114" + -H "Authorization: Token a9a7007f890c790a30a0e0f0a7a07a0242354114" \ -d "" ``` diff --git a/README.md b/README.md index 26efb15..af47d4e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The HTTPS protocol is used to access the Robinhood API. Transactions require sec Calls to API endpoints make use of two different levels of authentication: 1. **None**: No authentication. Anyone can query the method. -2. **Token**: Requires an authorization token generated with a call to [log in](Authenticatin.md#log-in). +2. **Token**: Requires an authorization token generated with a call to [log in](Authentication.md#logging-in). Calls which require no authentication are generally informational ([quote gathering](Quote.md#quote-methods), [securities lookup](#instrument-methods), etc.).