Skip to content

Commit bd7ef44

Browse files
authored
Update README.md
1 parent 8663de2 commit bd7ef44

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ A curated list of essential libraries and tools for frontend developers, with a
1010

1111
<div align="center">
1212

13-
![GitHub stars](https://img.shields.io/github/stars/drbarzaga/react-frontend-toolkit?style=social)
14-
![GitHub forks](https://img.shields.io/github/forks/drbarzaga/react-frontend-toolkit?style=social)
15-
![GitHub issues](https://img.shields.io/github/issues/drbarzaga/react-frontend-toolkit)
16-
![GitHub pull requests](https://img.shields.io/github/issues-pr/drbarzaga/react-frontend-toolkit)
17-
![GitHub license](https://img.shields.io/github/license/drbarzaga/react-frontend-toolkit)
13+
![GitHub stars](https://img.shields.io/github/stars/drbarzaga/react-toolkit?style=social)
14+
![GitHub forks](https://img.shields.io/github/forks/drbarzaga/react-toolkit?style=social)
15+
![GitHub issues](https://img.shields.io/github/issues/drbarzaga/react-toolkit)
16+
![GitHub pull requests](https://img.shields.io/github/issues-pr/drbarzaga/react-toolkit)
17+
![GitHub license](https://img.shields.io/github/license/drbarzaga/react-toolkit)
1818

1919
</div>
2020

@@ -28,10 +28,10 @@ If you enjoyed this project, please share it with your friends and colleagues on
2828

2929
<div align="center">
3030

31-
[![Twitter](https://img.shields.io/badge/Twitter-Share-blue?logo=twitter)](https://twitter.com/intent/tweet?text=Check%20out%20this%20awesome%20React%20toolkit%20collection!%20https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-frontend-toolkit)
32-
[![Facebook](https://img.shields.io/badge/Facebook-Share-blue?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-frontend-toolkit)
33-
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Share-blue?logo=linkedin)](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-frontend-toolkit&title=React%20Toolkit%20Collection&summary=Check%20out%20this%20awesome%20React%20toolkit%20collection!&source=LinkedIn)
34-
[![Reddit](https://img.shields.io/badge/Reddit-Share-orange?logo=reddit)](https://www.reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-frontend-toolkit&title=React%20Toolkit%20Collection)
31+
[![Twitter](https://img.shields.io/badge/Twitter-Share-blue?logo=twitter)](https://twitter.com/intent/tweet?text=Check%20out%20this%20awesome%20React%20toolkit%20collection!%20https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freac-toolkit)
32+
[![Facebook](https://img.shields.io/badge/Facebook-Share-blue?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-toolkit)
33+
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Share-blue?logo=linkedin)](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-toolkit&title=React%20Toolkit%20Collection&summary=Check%20out%20this%20awesome%20React%20toolkit%20collection!&source=LinkedIn)
34+
[![Reddit](https://img.shields.io/badge/Reddit-Share-orange?logo=reddit)](https://www.reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fdrbarzaga%2Freact-toolkit&title=React%20Toolkit%20Collection)
3535

3636
</div>
3737

@@ -46,15 +46,15 @@ To make it easy to access all the tools mentioned here, we designed the React To
4646
You can install the CLI globally using npm, yarn, or pnpm:
4747

4848
```bash
49-
npm install -g react-frontend-toolkit-cli
49+
npm install -g react-toolkit-cli
5050
```
5151

5252
```bash
53-
yarn global add react-frontend-toolkit-cli
53+
yarn global add react-toolkit-cli
5454
```
5555

5656
```bash
57-
pnpm add -g react-frontend-toolkit-cli
57+
pnpm add -g react-toolkit-cli
5858
```
5959

6060
### Table of Contents

0 commit comments

Comments
 (0)