From b77e013bef5a9c8fdc7e9940d956445d5c5e08d2 Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Mon, 4 Nov 2024 17:30:00 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ff75f..221573f 100644 --- a/README.md +++ b/README.md @@ -107,5 +107,5 @@ To deploy the project to the live internet, you can use You can also self-host the blog, in such case run: ```sh -$ deno task serve +deno task serve ```