Skip to content

Commit b80417a

Browse files
committed
Replace screenshot with absolute link
1 parent ed37d6b commit b80417a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ If you don't want to use the package, you can use the API that I have deployed
217217

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

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

222222
The code:
223223

spam_detector_ai/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.0.1"
7+
__version__ = "2.0.2"
88
__test_version__ = False

0 commit comments

Comments
 (0)