Skip to content

Commit

Permalink
Fix documentation about the sparqlEndpoint config entry
Browse files Browse the repository at this point in the history
Closes #162
  • Loading branch information
marcelomachado committed Aug 11, 2022
1 parent 3b23173 commit 1b3b132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datasource-sparql/README.md
Expand Up @@ -12,7 +12,7 @@ _This package is a [Linked Data Fragments Server module](https://github.com/Link

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

Example:
```json
Expand Down

0 comments on commit 1b3b132

Please sign in to comment.