Skip to content

Commit 1dc3273

Browse files
committed
Updated Readme
1 parent cdee4e1 commit 1dc3273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Spam-Detector-AI is a Python package for detecting and filtering spam messages u
1313
package integrates with Django or any other project that uses python and offers three different classifiers: Naive
1414
Bayes, Random Forest, and Support Vector Machine (SVM).
1515

16-
:warning: **Warning**: No significant breaking changes were added to the version 2.x.x in terms of usage. :warning:
16+
⚠️ **Warning**: No significant breaking changes were added to the version 2.x.x in terms of usage. ⚠️
1717

1818
## Table of Contents
1919

@@ -70,7 +70,7 @@ To train the models, run the following command:
7070
python3 spam_detector_ai/trainer.py
7171
```
7272

73-
:warning: **Warning**: A module not found error may occur :warning:
73+
⚠️ **Warning**: A module not found error may occur ⚠️
7474

7575
If this happens, use an IDE to run the `trainer.py`file until a fix is implemented.
7676

0 commit comments

Comments
 (0)