Skip to content

Commit 5b1abb4

Browse files
committed
docs: update readme
1 parent b85859e commit 5b1abb4

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

README.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
# Emitter
1+
<h1 align="center">@hypernym/emitter</h1>
22

3-
A super simple and lightweight event emitter.
3+
<p align="center">A super simple and lightweight event emitter.</p>
44

5-
<sub><a href="https://github.com/hypernym-studio/emitter">Repository</a> | <a href="https://www.npmjs.com/package/@hypernym/emitter">Package</a> | <a href="https://github.com/hypernym-studio/emitter/releases">Releases</a> | <a href="https://github.com/hypernym-studio/emitter/discussions">Discussions</a></sub>
5+
<p align="center">
6+
<a href="https://github.com/hypernym-studio/emitter">Repository</a>
7+
<span>✦</span>
8+
<a href="https://www.npmjs.com/package/@hypernym/emitter">Package</a>
9+
<span>✦</span>
10+
<a href="https://github.com/hypernym-studio/emitter/releases">Releases</a>
11+
<span>✦</span>
12+
<a href="https://github.com/hypernym-studio/emitter/discussions">Discussions</a>
13+
</p>
614

7-
```sh
8-
npm i @hypernym/emitter
9-
```
15+
<br>
16+
17+
<pre align="center">pnpm add @hypernym/emitter</pre>
18+
19+
<br>
1020

1121
## Features
1222

@@ -107,12 +117,12 @@ emitter.events.clear()
107117

108118
## Community
109119

110-
Feel free to use the official [discussions](https://github.com/hypernym-studio/emitter/discussions) for any additional questions.
120+
Feel free to ask questions or share new ideas.
121+
122+
Use the official [discussions](https://github.com/hypernym-studio/emitter/discussions) to get involved.
111123

112124
## License
113125

114-
Developed in 🇭🇷 Croatia
126+
Developed in 🇭🇷 Croatia, © Hypernym Studio.
115127

116128
Released under the [MIT](LICENSE.txt) license.
117-
118-
© Hypernym Studio

0 commit comments

Comments
 (0)