From e4d1c51df84a9c75fa02a0b6ea164f977ea75b0b Mon Sep 17 00:00:00 2001 From: drendog Date: Mon, 11 Nov 2024 01:00:43 +0100 Subject: [PATCH] fix: add missing registry prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de59c3e..65c395d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ installing acorn to your project and then creating a router to handle requests. To install acorn for Deno, you can install it via the Deno runtime CLI: ``` -deno add @oak/acorn +deno add jsr:@oak/acorn ``` ### Installing for Node.js or Cloudflare Workers