Skip to content

Commit 4b73394

Browse files
committed
📄 update badges for essential statuses
1 parent e009510 commit 4b73394

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# React Live Chat Loader
22

3-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
5-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
6-
7-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
3+
[![NPM package](https://img.shields.io/npm/v/react-live-chat-loader?color=informational)](https://www.npmjs.com/package/react-live-chat-loader)
4+
[![License](https://img.shields.io/github/license/calibreapp/react-live-chat-loader?color=informational)](https://github.com/calibreapp/react-live-chat-loader/blob/main/LICENSE)
5+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-success)](CODE_OF_CONDUCT.md)
6+
[![Contribution guidelines](https://img.shields.io/badge/PRs-welcome-success)](CONTRIBUTING.md)
87

98
An npm module that allows you to mitigate the negative performance and user
109
experience impact of chat tools. `react-live-chat-loader` shows a fake widget
@@ -21,6 +20,8 @@ Made by the team at [♠ Calibre](https://calibreapp.com/), your performance com
2120
5. [Adding a Provider](#-adding-a-provider)
2221
6. [Contributing](#-contributing)
2322
7. [Examples](#-examples)
23+
8. [Resources](#-resources)
24+
9. [License](#-license)
2425

2526
## 💡 How it Works
2627

@@ -347,16 +348,7 @@ To add a new live chat provider, follow the steps in [Contributing: Adding a Pro
347348

348349
Happy to hear you’re interested in contributing to React Live Chat Loader! Please find our contribution guidelines [here](CONTRIBUTING.md).
349350

350-
## 🖥️ Examples
351-
352-
- [react-live-chat-loader-example-app](https://github.com/calibreapp/react-live-chat-loader/tree/master/website): example [Next.js](https://nextjs.org) application
353-
354-
## 📚 Resources
355-
356-
- [How to avoid performance regressions when using live chat tools](https://calibreapp.com/blog/fast-live-chat)
357-
- [Reducing the Intercom Messenger bundle size by 65%](https://www.intercom.com/blog/reducing-intercom-messenger-bundle-size/)
358-
359-
## ✨ Contributors
351+
### Past Contributors
360352

361353
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
362354

@@ -388,3 +380,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
388380
<!-- ALL-CONTRIBUTORS-LIST:END -->
389381

390382
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
383+
384+
## 🖥️ Examples
385+
386+
- [react-live-chat-loader-example-app](https://github.com/calibreapp/react-live-chat-loader/tree/master/website): example [Next.js](https://nextjs.org) application
387+
388+
## 📚 Resources
389+
390+
- [How to avoid performance regressions when using live chat tools](https://calibreapp.com/blog/fast-live-chat)
391+
- [Reducing the Intercom Messenger bundle size by 65%](https://www.intercom.com/blog/reducing-intercom-messenger-bundle-size/)
392+
393+
## 💼 License
394+
This project is [MIT licensed](LICENSE).

0 commit comments

Comments
 (0)