Skip to content

Commit d779927

Browse files
authoredFeb 8, 2023
doc(readme): Split download badge (#6917)
1 parent a566f9c commit d779927

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010

1111
<p align="center">
1212
<a href="https://www.npmjs.com/package/@swc/core">
13-
<img alt="npm Downloads" src="https://img.shields.io/npm/dm/@swc/helpers">
13+
<img alt="downloads (@swc/core)" src="https://img.shields.io/npm/dm/@swc/core?label=downloads%20%28%40swc%2Fcore%29">
1414
</a>
15+
<a href="https://www.npmjs.com/package/@swc/helpers">
16+
<img alt="downloads (3rd party)" src="https://img.shields.io/npm/dm/@swc/helpers?label=downloads%20%283rd%20party%29">
17+
</a>
18+
</p>
19+
<p align="center">
1520
<a href="https://crates.io/crates/swc_ecma_parser">
1621
<img alt="undefined" src="https://img.shields.io/crates/d/swc_ecma_parser.svg?label=crates.io%20downloads">
1722
</a>
@@ -78,8 +83,8 @@ Please see [benchmark results](https://swc.rs/docs/benchmark-transform) on the w
7883

7984
SWC is a community-driven project, and is maintained by a group of [volunteers](https://opencollective.com/swc#team). If you'd like to help support the future of the project, please consider:
8085

81-
- Giving developer time on the project. (Message us on [Discord](https://discord.gg/GnHbXTdZz6) (preferred) or [Github discussions](https://github.com/swc-project/swc/discussions) for guidance!)
82-
- Giving funds by becoming a sponsor (see https://opencollective.com/swc)!
86+
- Giving developer time on the project. (Message us on [Discord](https://discord.gg/GnHbXTdZz6) (preferred) or [Github discussions](https://github.com/swc-project/swc/discussions) for guidance!)
87+
- Giving funds by becoming a sponsor (see https://opencollective.com/swc)!
8388

8489
## Contributing
8590

0 commit comments

Comments
 (0)
Please sign in to comment.