@abco20/btxml-checker 0.1.0 → 0.1.1

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 CHANGED
@@ -61,7 +61,7 @@ Minimal config:
61
61
 
62
62
  ```json
63
63
  {
64
- "$schema": "./node_modules/@abco20/btxml-checker/schemas/btxml.config.schema.json"
64
+ "$schema": "https://unpkg.com/@abco20/btxml-checker/schemas/btxml.config.schema.json"
65
65
  }
66
66
  ```
67
67
 
@@ -69,7 +69,7 @@ Common project config:
69
69
 
70
70
  ```json
71
71
  {
72
- "$schema": "./node_modules/@abco20/btxml-checker/schemas/btxml.config.schema.json",
72
+ "$schema": "https://unpkg.com/@abco20/btxml-checker/schemas/btxml.config.schema.json",
73
73
  "files": {
74
74
  "include": ["behavior_trees/**/*.xml"]
75
75
  },