Skip to content

Commit 1d542d2

Browse files
committed
Add @ldflex/rdflib installation instructions.
Closes #67
1 parent 3c190ac commit 1d542d2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@ async function showProfile(person) {
121121

122122
```
123123

124-
If, instead of the Comunica query engine,
124+
If, instead of Comunica,
125125
you want to use the rdflib.js query engine,
126-
you can
126+
install `@ldflex/rdflib` as a dependency of your project
127+
and use
127128

128129
```javascript
129130
const { default: data } = require('@solid/query-ldflex/lib/exports/rdflib');

0 commit comments

Comments
 (0)