Skip to content

Commit

Permalink
Fix typos in qlever.md.
Browse files Browse the repository at this point in the history
Correct spelling errors in the instructions for setting up the ODIS graph directory. Improved clarity and accuracy of the setup process description to enhance user understanding.
  • Loading branch information
fils committed Dec 3, 2024
1 parent 3e1b2c6 commit 62e2fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/users/qlever.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ configuration files.
Make sure the command ```qlever``` is now in your PATH variable. You may need
to modify your path variable to ensure it is.

First, creat a working directory for the ODIS graph to live in on your system.
First, create a working directory for the ODIS graph to live in on your system.
Call this anything you wish, here I will use ```odis-oih-graph```.

Then change diretory, cd, into that new directory and run the
Then change directory, cd, into that new directory and run the
following commands from there.

```bash
Expand All @@ -37,7 +37,7 @@ The raw SPARQL endpoint should be on port 7019 if you wish to use your own
SPARQL client. See [GleanerIO Architype Tooling](https://github.com/gleanerio/archetype/blob/master/docs/tooling.md)
for some references to clients and other related tooling.

If you also ran the UI command you should get
If you also ran the UI command, you should get

```
The QLever UI should now be up at http://localhost:8176 ...You can log in as QLever UI admin with username and password "demo"
Expand Down

0 comments on commit 62e2fc4

Please sign in to comment.