From 15c81dc0e5a361b0ea499ae6d50e809e5ef553fb Mon Sep 17 00:00:00 2001 From: drendog Date: Mon, 11 Nov 2024 03:10:54 +0100 Subject: [PATCH] docs: add missing registry prefix (#4) --- 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