Skip to content

Commit

Permalink
"Fixed typo in PyPI link for PyTweetToolkit"
Browse files Browse the repository at this point in the history
Explanation:
The diff shows a change in the README.md file where the link for PyTweetToolkit on PyPI has been updated to correct a typo in the project name. The previous link had "pytweet-toolkit" instead of "PyTweetToolkit", which is the correct name of the project. The commit message should accurately reflect this change, without making any assumptions or interpretations about the impact of the change.
  • Loading branch information
DavyJonesCodes committed Mar 25, 2024
1 parent 4d6f8be commit 2743ffa
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 @@ This is the easiest way to get PyTweetToolkit up and running. Use pip for instal
pip install PyTweetToolkit
```

For more details, visit [PyTweetToolkit on PyPI](https://pypi.org/project/pytweet-toolkit/).
For more details, visit [PyTweetToolkit on PyPI](https://pypi.org/project/PyTweetToolkit/).

### Install the latest development version

Expand Down

0 comments on commit 2743ffa

Please sign in to comment.