Skip to content

Commit

Permalink
Replace screenshot with absolute link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Jan 18, 2024
1 parent ed37d6b commit b80417a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ If you don't want to use the package, you can use the API that I have deployed

The API is built with Django, and the following is an example of how I use it in a personal project:

![Screenshot](./screenshots/spam-detection-api-example.png)
![Usage of the API](https://github.com/adamspd/spam-detection-project/blob/main/screenshots/spam-detection-api-example.png?raw=true)

The code:

Expand Down
2 changes: 1 addition & 1 deletion spam_detector_ai/__info__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
__package_name__ = "spam-detector-ai"
__url__ = "https://github.com/adamspd/spam-detection-project"
__version__ = "2.0.1"
__version__ = "2.0.2"
__test_version__ = False

0 comments on commit b80417a

Please sign in to comment.