Skip to content

Commit

Permalink
added discord to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverfloweth committed May 18, 2024
1 parent 0a62f87 commit c44c50b
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

A simple lightweight event bus written in Typescript.

[![Npm Version](https://img.shields.io/npm/v/@kitbag/events.svg)](https://www.npmjs.org/package/@kitbag/events)
![Github Status](https://github.com/kitbagjs/events/actions/workflows/release.yml/badge.svg)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d7cd83b9-2172-4c52-a029-32551b99974e/deploy-status)](https://app.netlify.com/sites/kitbag-events/deploys)
[![NPM Version][npm-badge]][npm-url]
[![GitHub Status][github-badge]][github-url]
[![Netlify Status][netlify-badge]][netlify-url]
[![Discord chat][discord-badge]][discord-url]

Get started with the [documentation](https://kitbag-events.netlify.app/)
## Getting Started

## Get Started
Get started with the [documentation](https://kitbag-events.netlify.app/)

### Install
### Installation

```bash
# bun
Expand Down Expand Up @@ -140,3 +141,12 @@ Remove all handlers for all events
```ts
emitter.clear()
```

[npm-badge]: https://img.shields.io/npm/v/@kitbag/events.svg
[npm-url]: https://www.npmjs.org/package/@kitbag/events
[github-badge]: https://github.com/kitbagjs/events/actions/workflows/release.yml/badge.svg
[github-url]: https://github.com/kitbagjs/events/actions/workflows/release.yml
[netlify-badge]: https://api.netlify.com/api/v1/badges/d7cd83b9-2172-4c52-a029-32551b99974e/deploy-status
[netlify-url]: https://app.netlify.com/sites/kitbag-events/deploys
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
[discord-url]: https://discord.gg/UT7JrAxU

0 comments on commit c44c50b

Please sign in to comment.