Skip to content

Commit 840fef2

Browse files
authored
Merge pull request #194 from LDflex/fix/documentation
fix: Update Documentation
2 parents b8a8c7a + be03cb6 commit 840fef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library acts as a wrapper for functions from the [async](https://caolan.git
1212
```ts
1313
const { PathFactory, defaultHandlers } = require('ldflex');
1414
const { default: ComunicaEngine } = require('@ldflex/comunica');
15-
const defaultIterationHandlers = require('@ldflex/async-iteration-handlers');
15+
const { default: defaultIterationHandlers } = require('@ldflex/async-iteration-handlers');
1616
const { namedNode } = require('@rdfjs/data-model');
1717

1818
// The JSON-LD context for resolving properties

0 commit comments

Comments
 (0)