Skip to content

Commit

Permalink
Update branch name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 11, 2024
1 parent a3c2fb4 commit ee1eace
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
</a>
<a aria-label="Github Actions" href="https://github.com/master-co/colors/actions/workflows/release.yml">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=rc&label=%20&message=twitter&color=212022&logo=githubactions&style=for-the-badge">
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=rc&label=%20&message=twitter&color=f6f7f8&logo=githubactions&style=for-the-badge&logoColor=%23000">
<img alt="Github release actions" src="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=rc&label=%20&message=twitter&color=f6f7f8&logo=githubactions&style=for-the-badge&logoColor=%23000">
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=main&label=%20&message=twitter&color=212022&logo=githubactions&style=for-the-badge">
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=main&label=%20&message=twitter&color=f6f7f8&logo=githubactions&style=for-the-badge&logoColor=%23000">
<img alt="Github release actions" src="https://img.shields.io/github/actions/workflow/status/master-co/colors/release.yml?branch=main&label=%20&message=twitter&color=f6f7f8&logo=githubactions&style=for-the-badge&logoColor=%23000">
</picture>
</a>
</p>
Expand All @@ -68,12 +68,12 @@
</div>

## Documentation
Visit [rc.css.master.co/docs/colors](https://rc.css.master.co/docs/colors) to preview the all colors.
Visit [css.master.co/docs/colors](https://rc.css.master.co/docs/colors) to preview the all colors.

## Getting Started
Install the Master Colors v2 via package managers:
```bash
npm install @master/colors@rc
npm install @master/colors
```
Import the colors:
```js
Expand Down

0 comments on commit ee1eace

Please sign in to comment.