Skip to content

Commit

Permalink
README.md: updated to reflect the latest settings
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Jun 8, 2024
1 parent 3a9522a commit 9c72753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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"
...
}
}
Expand All @@ -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"
...
}
...
Expand Down

0 comments on commit 9c72753

Please sign in to comment.