Skip to content

Commit 7f44375

Browse files
author
Steven Anderson
committed
Fix README instruction on running the ldfwrapper
1 parent 1450161 commit 7f44375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Marmotta
1919
If you do not already have a marmotta instance, you can use an instance that runs off of jetty by running the following
2020
rake task:
2121

22-
rake ldfwrapper:install
22+
rake ldfjetty:install
2323

2424
Once that finishes, please copy config/jetty.yml.sample to config/jetty.yml. You can change the defaults.
2525

@@ -35,7 +35,7 @@ Blazegraph
3535
If you do not already have a blazegraph instance, you can use an instance that runs off of jetty by running the following
3636
rake task:
3737

38-
rake ldfwrapper:install
38+
rake ldfjetty:install
3939

4040
Once that finishes, please copy config/ldfjetty.yml.sample to config/ldfjetty.yml. You can change the defaults.
4141

@@ -66,4 +66,4 @@ Resolving a subject uri
6666
-----------------------
6767

6868
In the default config, this would be something like [http://localhost:3000/http://dbpedia.org/resource/Berlin?format=jsonld](http://localhost:3000/http://dbpedia.org/resource/Berlin?format=jsonld)
69-
assuming that you have marmotta running and that linked data source configured in marmotta.
69+
assuming that you have marmotta running and that linked data source configured in marmotta.

0 commit comments

Comments
 (0)