From 17b4098175b70a0eee38aee09a1fe821a3768f63 Mon Sep 17 00:00:00 2001 From: Fernando Maclen Date: Tue, 16 May 2023 15:03:44 -0400 Subject: [PATCH] fix: update install command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d74f315..ebe8b59 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A form input that converts numbers to localized currency formats as you type ## Usage ```bash -npm install svelte-currency-input --save +npm install @canutin/svelte-currency-input --save ``` ```html