From 7dc9af257f5a50918a64e88419353985ca829feb Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 30 Jun 2022 00:57:05 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfb694..96ee0e0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The output will be at ``/dist``, use ``node index.js`` to start 1. Clone this repository 2. Run ``yarn docker-build`` for yarn, or ``npm run docker-build`` for npm to build the image -The output will be at ``/dist``, use ``node index.js`` to start +Image will be tagged as ``ghcr.io/yuzuzensai/yumi:latest`` ## 🔧 Debugging for development