We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f480b7d commit bc0ea8fCopy full SHA for bc0ea8f
README.md
@@ -47,7 +47,7 @@ import { someFunction } from 'solid-logic';
47
<!-- script src="dist/solid-logic.js"></script -->
48
<script>
49
// Access via global variable
50
- const logic = window.$rdf;
+ const rdflib = window.$rdf;
51
const logic = window.SolidLogic;
52
// Example usage
53
// logic.someFunction(...)
0 commit comments