From 674ae590724a6d4cb8008cdd97df823a9b2ae841 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 25 Jul 2020 17:38:10 +0800 Subject: [PATCH] Update README Point to correct URLs. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbb8208..0978ba4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Common front-end components for Web using the [Tesseract design system](https:// Package: -[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=name)](https://pack.modal.sh/js/-/web/detail/@tesseract-design/react-common) -[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=version)](https://pack.modal.sh/js/-/web/detail/@tesseract-design/react-common#versions) +[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=name)](https://js.pack.modal.sh/-/web/detail/@tesseract-design/react-common) +[![@tesseract-design/react-common](https://code.modal.sh/badge?repo=tesseract-design/react-common&type=package&color=C78AB3&kind=version)](https://js.pack.modal.sh/-/web/detail/@tesseract-design/react-common#versions) Dependencies: @@ -17,13 +17,13 @@ Dependencies: ## Installation -Since this package resides in the [Modal.sh JavaScript Package Registry](https://pack.modal.sh/js/), you may need to +Since this package resides in the [Modal.sh JavaScript Package Registry](https://js.pack.modal.sh/), you may need to adjust configuration in your chosen package manager. With [Yarn](https://yarnpkg.com), add this to your `.yarnrc` file: ``` -"@tesseract-design:registry" "https://pack.modal.sh/js/" +"@tesseract-design:registry" "https://js.pack.modal.sh/" ``` Then, install the package by running the following command: