From e04e750b4e3d56b4d9ba820fdb067a988b2bed2e Mon Sep 17 00:00:00 2001 From: Tom Pointon Date: Mon, 11 Jul 2022 11:24:37 +0000 Subject: [PATCH] Update README to reference pythd image tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 237b19ae9..2e5d28897 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can run the following command to open a shell in a linux docker container wi ``` export PYTH_REPO=/path/to/host/pyth-client -// Use the latest mainnet image from https://hub.docker.com/r/pythfoundation/pyth-client/tags?name=mainnet +// Use the latest pythd image from https://hub.docker.com/r/pythfoundation/pyth-client/tags?name=pythd export IMAGE=... docker run -it \