Skip to content

Commit 566ca2a

Browse files
Update quickstart.adoc
change docker pull to use neo4jlabs repo instead of Niels
1 parent ea552b2 commit 566ca2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/quickstart.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ https://neodash.graphapp.io.
88
App Gallery].
99
. Using Docker:
1010
```
11-
docker pull nielsdejong/neodash:latest
12-
docker run -it --rm -p 5005:5005 nielsdejong/neodash
11+
docker pull neo4jlabs/neodash:latest
12+
docker run -it --rm -p 5005:5005 neo4jlabs/neodash
1313
```
1414

1515
Or, build it yourself:

0 commit comments

Comments
 (0)