From 5b179c4f8590aa2a4e27e517b74e09ab18774362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 30 Aug 2020 02:04:49 +0200 Subject: [PATCH] Update installation via npm --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e92af59..4f17eaa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Getting starting ### Installation Via npm ```bash -$ npm install modalizer.js +$ npm install @jlgarridol/modalizerjs ``` or add it directly using a CDN: ```html diff --git a/package.json b/package.json index 6368efc..09cfe0c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jlgarridol/modalizerjs.git" + "url": "git+https://github.com/jlgarridol/modalizer.js.git" }, "keywords": [ "bootstrap", @@ -22,7 +22,7 @@ "author": "Jose Luis Garrido-Labrador", "license": "MIT", "bugs": { - "url": "https://github.com/jlgarridol/modalizerjs/issues" + "url": "https://github.com/jlgarridol/modalizer.js/issues" }, "homepage": "http://modalizerjs.jlgarridol.com", "dependencies": {