Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl authored Aug 20, 2024
1 parent 059aa76 commit c2e819c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<img src="./logo-large.png" alt="Uwuifier logo" title="Uwuifier" align="right" height="60" />
</a>

[![JSR](https://jsr.io/badges/@schotsl/uwuifier)](https://jsr.io/@schotsl/uwuifier)

[![npm version](https://badge.fury.io/js/uwuifier.svg)](https://badge.fury.io/js/uwuifier)
<div style="display: flex; gap: 1rem; align-items: center;">
<a href="https://badge.fury.io/js/uwuifier">
<img src="https://badge.fury.io/js/uwuifier.svg" alt="npm version badge" />
</a>
<a href="https://jsr.io/@schotsl/uwuifier">
<img src="https://jsr.io/badges/@schotsl/uwuifier" alt="JSR badge" />
</a>
</div>

# Uwuifier

Expand Down Expand Up @@ -59,13 +64,13 @@ the code and is deployed on NPM and https://deno.land.
If you are using NPM (Node.js), follow these steps to install and use the
Uwuifier package:

### 1. Install package using NPM:
### Install package using NPM:

```bash
npm install uwuifier
```

### 2. Import and use the Uwuifier package in your Node.js project:
### Import and use the Uwuifier package in your Node.js project:

```typescript
import Uwuifier from "uwuifier";
Expand Down

0 comments on commit c2e819c

Please sign in to comment.