Skip to content

Commit

Permalink
Merge pull request #105 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: readme fixed
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents c87db00 + dd693f5 commit ddc9aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# event-notifier pack
# event-notifier

### **typed event emitter**

## to install run the following commands

## to install the package

```bash
npm install @ksv90/event-notifier
npm install event-notifier
```

> this tells the package manager what to look for in the GitHub registry.
## after that you can use

```ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "event-notifier",
"version": "0.1.12",
"description": "typed event emitter",
"main": "dist",
"main": "dist/index.js",
"type": "module",
"files": [
"/dist"
Expand Down

0 comments on commit ddc9aee

Please sign in to comment.