From 9f0ec84a0191d30efa44b8a25636513a11a1d569 Mon Sep 17 00:00:00 2001 From: chee Date: Sun, 21 Jul 2024 12:59:44 +0100 Subject: [PATCH] replace install instructions with install instructions i think this was meant to be "npm vs unpkg" ? --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c2351e..9a8f595 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Install -``` js -let {shelf_merge} = require('shelf-merge') +```shell +npm install shelf-merge +``` or +```html ```