Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Oct 5, 2021
1 parent fb39ddf commit 7e11c57
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 @@ -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"
```

Expand Down

2 comments on commit 7e11c57

@ellisvalentiner
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/48185

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.1 -m "<description of version>" 7e11c5702538c61ddba3a5f9ab4bf247fa31092a
git push origin v0.4.1

Also, note the warning: Version 0.4.1 skips over 0.4.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.