@ghostery/trackerdb 1.0.26 → 1.0.27

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ const urlMatches = await trackerDB.matchUrl({
43
43
 
44
44
  ## CLI
45
45
 
46
- Ghostery Tracker Database can also be used in a commnad line, for example with:
46
+ Ghostery Tracker Database can also be used in a command line, for example with:
47
47
 
48
48
  ```sh
49
49
  npx @ghostery/trackerdb "https://analytics.tiktok.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {