Skip to content

Commit c057ab2

Browse files
committed
Updated README
1 parent 66e3a95 commit c057ab2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We welcome and appreciate your contributions! Here's how you can get involved:
44

5-
* **Updating Disposable Domains:** Help keep the `index.json` up-to-date. See [community resources for finding disposable domains]([https://github.com/ivolo/disposable-email-domains](https://github.com/ivolo/disposable-email-domains))
5+
* **Updating Disposable Domains:** Help keep the `index.json` up-to-date.
66
* **Reporting Issues:** If you find a bug, please open an issue with a clear description.
77
* **Code Improvements:** Feel free to suggest code enhancements or refactorings by submitting a pull request.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Disposable Email Detector
22

3-
[![CodeScene Code Health](https://codescene.io/projects/50926/status-badges/code-health)](https://codescene.io/projects/50926)
43
[![DeepScan grade](https://deepscan.io/api/teams/23370/projects/26631/branches/850159/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=23370&pid=26631&bid=850159)
54
![workflow](https://github.com/IntegerAlex/disposable-email-detector/actions/workflows/main.yml/badge.svg)
65
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8638/badge)](https://www.bestpractices.dev/projects/8638)
@@ -48,3 +47,13 @@ The disposableEmailDetector function reads a list of disposable email domains fr
4847
- If `index.json` is not found, the script informs you to create it with disposable domains.
4948
- If `index.json` has an invalid JSON format, it prompts you to correct the file.
5049
- Unexpected errors are logged to the console.
50+
51+
## Contributing
52+
53+
Contributions are welcome! Please refer to the [contributing guidelines](CONTRIBUTING.md) for more information.
54+
55+
## License
56+
57+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
58+
```
59+

0 commit comments

Comments
 (0)