Skip to content

Commit

Permalink
docs: add badges to README (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 14, 2024
1 parent 06aa827 commit 6a8f2fb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

# Rsdoctor

<p>
<a href="https://discord.gg/wrBPBT6rkM">
<img src="https://img.shields.io/discord/977448667919286283?logo=discord&label=discord&colorA=564341&colorB=EDED91" alt="discord channel" />
</a>
<a href="https://npmjs.com/package/@rsdoctor/core?activeTab=readme">
<img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
</a>
<a href="https://npmcharts.com/compare/@rsdoctor/core?minimal=true">
<img src="https://img.shields.io/npm/dm/@rsdoctor/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
</a>
<a href="https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
</a>
</p>

English | [简体中文](./README.zh-CN.md)

## 💡 What is Rsdoctor?
Expand Down
15 changes: 15 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

# Rsdoctor

<p>
<a href="https://discord.gg/wrBPBT6rkM">
<img src="https://img.shields.io/discord/977448667919286283?logo=discord&label=discord&colorA=564341&colorB=EDED91" alt="discord channel" />
</a>
<a href="https://npmjs.com/package/@rsdoctor/core?activeTab=readme">
<img src="https://img.shields.io/npm/v/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
</a>
<a href="https://npmcharts.com/compare/@rsdoctor/core?minimal=true">
<img src="https://img.shields.io/npm/dm/@rsdoctor/core.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" />
</a>
<a href="https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/@rsdoctor/core?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
</a>
</p>

[English](./README.md) | 简体中文

## 💡 什么是 Rsdoctor?
Expand Down

0 comments on commit 6a8f2fb

Please sign in to comment.