@ghostery/trackerdb 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +49,12 @@ Ghostery Tracker Database can also be used in a command line, for example with:
|
|
|
49
49
|
npx @ghostery/trackerdb "https://analytics.tiktok.com"
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
+
## How can I get involved?
|
|
53
|
+
|
|
54
|
+
We encourage contributions from developers of all levels. If you come across any errors, such as typos, inaccuracies, or outdated information, please don't hesitate to open an issue, or, even better, send us a pull request. Your feedback is highly valued!
|
|
55
|
+
|
|
56
|
+
If you are new to the project or want an easy starting point, check out our [Good First Issues](https://github.com/ghostery/trackerdb/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). These are beginner-friendly tasks to help you get acquainted with our project. If you are unsure about an issue or have questions, feel free to ask in the issue comments.
|
|
57
|
+
|
|
52
58
|
## Licensing
|
|
53
59
|
|
|
54
60
|
Ghostery Tracker Database is published under [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license which means it is free to use for non-commercial purposes. If you want to use it in your business, please contact [sales@ghostery.com](mailto:sales@ghostery.com).
|