Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Fixed typo in README.adoc #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
. Download and install the following services:
.. https://www.rabbitmq.com/download.html[RabbitMQ]
.. https://www.mongodb.org/downloads[MongoDB]
.. http://neo4j.com/download/other-releases/[Neo4J Community Editioni] - version 2.1.x - Cypher changes won't make it possible to work with 2.2.x
.. http://neo4j.com/download/other-releases/[Neo4J Community Edition] - version 2.1.x - Cypher changes won't make it possible to work with 2.2.x

. Either from the IDE or the command line (i.e. `java -jar target/appname.jar`), run the applications in the following order:
.. `springbox-config-server`
Expand Down