eyereasoner 2.3.1 → 2.3.3
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 +1 -1
- package/dist/eye.d.ts +1 -1
- package/dist/eye.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ eyereasoner --nope --quiet ./socrates.n3 --query ./socrates-query.n3
|
|
|
170
170
|
## Examples
|
|
171
171
|
|
|
172
172
|
We provide some examples of using `eyereasoner`:
|
|
173
|
-
- Using as an npm package and bundling using webpack (`./examples/rollup`)
|
|
173
|
+
- Using as an npm package and bundling using webpack ([`./examples/rollup`](https://github.com/eyereasoner/eye-js/tree/main/examples/rollup))
|
|
174
174
|
|
|
175
175
|
## License
|
|
176
176
|
©2022–present
|