From 3529cd6bdfc0b2cc439c9348745568713370f890 Mon Sep 17 00:00:00 2001 From: davidlrosenblum Date: Wed, 8 May 2024 12:39:28 -0400 Subject: [PATCH] Update install.adoc typo localhos clarify the :GET needs to be run from neo4j browser --- docs/modules/ROOT/pages/install.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index 39daafc8..1daee36b 100644 --- a/docs/modules/ROOT/pages/install.adoc +++ b/docs/modules/ROOT/pages/install.adoc @@ -17,12 +17,12 @@ dbms.unmanaged_extension_classes=n10s.endpoint=/rdf call dbms.procedures() The list of procedures should include the ones documented below. -You can check that the extension is mounted by running +You can check that the extension is mounted by running the following from the Neo4j Browser [source,cypher] ---- :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.