From 6c39c701b0c28a9f00275d2248ce3d586448657f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 15 Feb 2024 12:09:01 +0200 Subject: [PATCH] docs: readme: ":" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7742f1..7bc3a17 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ To get things done **Minify** uses this amazing tools: ## Install -For Node users +For Node users: ```sh npm i minify -g ``` -For Deno users +For Deno users: ```js import {minify} from 'npm:minify';