From 2c8829404f3e7a797b0f6320c41eddc870d224a9 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Fri, 24 Jul 2020 22:14:10 +0800 Subject: [PATCH] Fix package URL Point to @tesseract-design/react-common instead of @tesseract-design/react --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7798a0f..04e5936 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Tesseract Web - React +# Tesseract Web - React Common Front-end components for Web using the [Tesseract design system](https://make.modal.sh/tesseract/design), written for [React](https://reactjs.org). -[![package: @tesseract-design/react](https://img.shields.io/badge/package-%40tesseract--design%2Freact-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react) +[![package: @tesseract-design/react-common](https://img.shields.io/badge/package-%40tesseract--design%2Freact-common-C78AB3?style=flat-square&labelColor=666666)](https://pack.modal.sh/js/@tesseract-design/react-common) [![jest: 25.1.0](https://img.shields.io/badge/jest-25.1.0-C21325?style=flat-square&labelColor=666666&logo=Jest&logoColor=ffffff)](https://github.com/facebook/jest) [![react: 16.13.1](https://img.shields.io/badge/react-16.13.1-61DAFB?style=flat-square&labelColor=666666&logo=React&logoColor=ffffff)](https://github.com/facebook/react) [![styled-components: 5.1.0](https://img.shields.io/badge/styled--components-5.1.0-DB7093?style=flat-square&labelColor=666666&logo=styled-components&logoColor=ffffff)](https://github.com/styled-components/styled-components) @@ -21,7 +21,7 @@ With [Yarn](https://yarnpkg.com), add this to your `.yarnrc` file: Then, install the package by running the following command: ```shell script -yarn add @tesseract-design/react +yarn add @tesseract-design/react-common ``` ## Usage