From ec2ca8b4a8dd0d5ca66c248f4c17d7daa371cb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 30 Dec 2020 23:18:27 +0100 Subject: [PATCH] Improved npm call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5736ea3..c4e1b87 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To tell Livewire that **the element itself plus its children** should always be ### npm dependency Install the package: ``` -npm install --dev leanadmin@wire-replace +npm install --dev @leanadmin/wire-replace ``` Register the directive in your `app.js` file: