Skip to content

Commit

Permalink
Fix typo in query-sparql README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 19, 2024
1 parent da3a761 commit 585b27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/query-sparql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const bindingsStream = await myEngine.queryBindings(`
?s ?p ?o
} LIMIT 100`, {
sources: [ 'http://fragments.dbpedia.org/2015/en' ],
}, undefined, abortController.signal);
});

// Consume results as a stream (best performance)
bindingsStream.on('data', (binding) => {
Expand Down

0 comments on commit 585b27d

Please sign in to comment.