From 328e1148d3f1f9901564b3e8fba4b02e205e71a6 Mon Sep 17 00:00:00 2001 From: Sjors van Holst Date: Tue, 20 Aug 2024 14:09:48 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aad33d..6179296 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ started! ```typescript // Import the Uwuifier package -import Uwuifier from "https://deno.land/x/uwuifier/index.ts"; +import Uwuifier from "https://deno.land/x/uwuifier@v4.2.1/index.ts"; // Create a "Uwuifier" instance const uwuifier = new Uwuifier();