From 939111bd00b3c68ef925cd541dd23d8a59897cd3 Mon Sep 17 00:00:00 2001 From: Paul Jongsma Date: Wed, 19 Aug 2020 12:34:38 +0200 Subject: [PATCH] Update install.adoc --- docs/modules/ROOT/pages/install.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 39daafc8..d3a0a532 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -22,7 +22,7 @@ You can check that the extension is mounted by running ---- :GET http://localhost:7474/rdf/ping ---- -The previous command assumes you're running neo4j on your local machine, replace `localhos` with the host name if that is not the case. +The previous command assumes you're running neo4j on your local machine, replace `localhost` with the host name if that is not the case. **Note on build** @@ -40,4 +40,4 @@ it will produce two jars Please provide feedback and report bugs as https://github.com/jbarrasa/neosemantics/issues[GitHub issues] or join the https://community.neo4j.com/[Neo4j Community] forum. == Acknowledgements -Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data. \ No newline at end of file +Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data.