Skip to content

Commit 1b3b132

Browse files
Fix documentation about the sparqlEndpoint config entry
Closes #162
1 parent 3b23173 commit 1b3b132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/datasource-sparql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _This package is a [Linked Data Fragments Server module](https://github.com/Link
1212

1313
This package exposes the following config entries:
1414
* `SparqlDatasource`: A SPARQL-endpoint-based datasource that requires at least one `sparqlEndpoint` field. _Should be used as `@type` value._
15-
* `sparqlEndpoint`: Refers to an absolute or relative file location of an HDT file. _Should be used as key in a `SparqlDatasource`._
15+
* `sparqlEndpoint`: Refers to a SPARQL endpoint capable of receiving and processing SPARQL Protocol requests. _Should be used as key in a `SparqlDatasource`._
1616

1717
Example:
1818
```json

0 commit comments

Comments
 (0)