From 30a563ae9cef522609f065d61ed2cae622e90cf0 Mon Sep 17 00:00:00 2001 From: Mathieu Lefebvre Date: Thu, 13 Jun 2024 09:28:40 -0400 Subject: [PATCH] change readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86032e8..24b95d6 100644 --- a/README.md +++ b/README.md @@ -106,25 +106,25 @@ VERBOSE=true **For latest release** ```bash -docker pull ghcr.io/pinax-network/antelope-token-api:latest +docker pull ghcr.io/pinax-network/erc20-token-api:latest ``` **For head of `develop` branch** ```bash -docker pull ghcr.io/pinax-network/antelope-token-api:develop +docker pull ghcr.io/pinax-network/erc20-token-api:develop ``` - Build from source ```bash -docker build -t antelope-token-api . +docker build -t erc20-token-api . ``` - Run with `.env` file ```bash -docker run -it --rm --env-file .env ghcr.io/pinax-network/antelope-token-api +docker run -it --rm --env-file .env ghcr.io/pinax-network/erc20-token-api ``` ## Contributing