From e20190ab5980679685fc1296f17abd179490470d Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 23 May 2020 07:34:14 +0200 Subject: [PATCH] README: Fixes oxigraph_wikibase args --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c52942..05170a3e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ It will create a fat binary in `target/release/oxigraph_wikibase`. To start a server that is synchronized with [test.wikidata.org](https://test.wikidata.org) you should run: ```bash -./oxigraph_wikibase --mediawiki_api=https://test.wikidata.org/w/api.php --mediawiki_base_url=https://test.wikidata.org/wiki/ --namespaces=0,120 --file=test.wikidata +./oxigraph_wikibase --mediawiki-api=https://test.wikidata.org/w/api.php --mediawiki-base-url=https://test.wikidata.org/wiki/ --namespaces=0,120 --file=test.wikidata ``` It creates a SPARQL endpoint listening to `localhost:7878/query` that could be queried just like Blazegraph.