From 9c727532772260d786d93ef0cea18d19c3ab2486 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Sat, 8 Jun 2024 12:06:37 +0800 Subject: [PATCH] README.md: updated to reflect the latest settings The current README.md cannot work on package distributions (e.g. image URL is missing) when it is distributed off GitHub environment. This is not desirable so we need to amend it. This patch updates README.md to reflect the latest settings. Co-authored-by: Shuralyov, Jean Co-authored-by: Galyna, Cory Co-authored-by: (Holloway) Chew, Kean Ho Signed-off-by: (Holloway) Chew, Kean Ho --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55fad25..28c938a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hestia Libraries - `hestiaERROR` -[![Hestia Libraries](/src/icons/banner_1200x270.svg)](#) +[![Hestia Libraries](https://raw.githubusercontent.com/ChewKeanHo/hestiaERROR/main/src/icons/banner_1200x270.svg)](#) One Peaceful Frontend+Backend Software Library Suite. @@ -75,7 +75,7 @@ involving `npm`: { "dependencies": { ... - "@chewkeanho/hestiaERROR": "git+https://github.com/ChewKeanHo/hestiaERROR.git#[VERSION]_js" + "@chewkeanho/hestiaERROR": "git+https://github.com/ChewKeanHo/hestiaERROR.git#[VERSION]_npm" ... } } @@ -88,7 +88,7 @@ For always latest release, please use the `latest` version tag. Example: ... "dependencies": { ... - "@chewkeanho/hestiaERROR": "git+https://github.com/ChewKeanHo/hestiaERROR.git#latest_js" + "@chewkeanho/hestiaERROR": "git+https://github.com/ChewKeanHo/hestiaERROR.git#latest_npm" ... } ...