We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c190ac commit 1d542d2Copy full SHA for 1d542d2
1 file changed
README.md
@@ -121,9 +121,10 @@ async function showProfile(person) {
121
122
```
123
124
-If, instead of the Comunica query engine,
+If, instead of Comunica,
125
you want to use the rdflib.js query engine,
126
-you can
+install `@ldflex/rdflib` as a dependency of your project
127
+and use
128
129
```javascript
130
const { default: data } = require('@solid/query-ldflex/lib/exports/rdflib');
0 commit comments