From 2743ffacfcf155285856be93cf5f6b257dadc6bd Mon Sep 17 00:00:00 2001 From: Dev Jones Date: Mon, 25 Mar 2024 15:05:57 +0530 Subject: [PATCH] "Fixed typo in PyPI link for PyTweetToolkit" 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe89451..31d9c60 100644 --- a/README.md +++ b/README.md @@ -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