diff --git a/README.md b/README.md index 4c5f8b8..b1d427c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and once you have obtained your API key pass it to the client as follows:. ```julia using AlphaVantage -client = AlphaVanatage.GLOBAL[] +client = AlphaVantage.GLOBAL[] client.key = "YOURKEY" ```