From 377ae3a04466c0cf5cb42b62fb488ba50470e42f Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Fri, 12 Apr 2024 12:36:55 -0400 Subject: [PATCH] fix: updated endpoint in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2b412c3..f694a6e79 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There are two primary methods of interaction with `biosimulator-processes`: 4. Run the image, ensuring that the running of the container is platform-agnostic: - docker run --platform linux/amd64 -it -p 8888:8888 ghcr.io/biosimulators/biosimulator-processes:latest + docker run --platform linux/amd64 -it -p 8888:8888 ghcr.io/vivarium-collective/biosimulator-processes:latest **MAC USERS**: Please note that an update of XCode may be required for this to work on your machine.