Skip to content

Commit d3c3c95

Browse files
Merge pull request #13 from michielbdejong/patch-1
Correct statement about which function gets called
2 parents c6ebf9f + 7ad9191 commit d3c3c95

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
@@ -16,7 +16,7 @@ You can use this library in two ways.
1616

1717
### With a rdf library
1818

19-
If a rdf library is provided then the map of namespaces given will be the result of calling `rdflib.Namespace` on the namespace urls.
19+
If a rdf library is provided then the map of namespaces given will be the result of calling `$rdf.namedNode` on the namespace urls.
2020

2121
```js
2222
const $rdf = require('rdflib');

0 commit comments

Comments
 (0)