Skip to content

Commit 86dcb96

Browse files
committed
Added note to README in entity aggregation project
1 parent 772c479 commit 86dcb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/entity-aggregation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ the data into MarkLogic is a key feature to leverage these advantages.
1313

1414
To try out this example, you will need [Docker](https://www.docker.com/get-started/) installed. Docker is used to
1515
create an instance of MarkLogic, a PostgreSQL (referred to in this document as "Postgres")
16-
relational database, and [pgadmin](https://www.pgadmin.org/). You will also need Java 8 or higher, and if you are already running an
16+
relational database, and [pgadmin](https://www.pgadmin.org/). You will also need Java 8 or Java 11, and if you are already running an
1717
instance of MarkLogic locally, it is recommended to stop that instance first. Note that the pgadmin instance is included
1818
solely for users wishing to use it to explore the Postgres database; using pgadmin is outside the scope of this
19-
document.
19+
document. If you do wish to use it, please see the [docker-compose.yml] file in this directory for login information.
2020

2121
## Setting up the Docker containers
2222

0 commit comments

Comments
 (0)