From c2e819c710932d430985c48a18293e1c340db252 Mon Sep 17 00:00:00 2001 From: Sjors van Holst Date: Tue, 20 Aug 2024 13:10:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ae550b..9a30b50 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,14 @@ Uwuifier logo -[![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) +
+ + npm version badge + + + JSR badge + +
# Uwuifier @@ -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";