Update installation via npm

This commit is contained in:
José Luis Garrido Labrador
2020-08-30 02:04:49 +02:00
parent 505f349130
commit 5b179c4f85
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Getting starting
### Installation ### Installation
Via npm Via npm
```bash ```bash
$ npm install modalizer.js $ npm install @jlgarridol/modalizerjs
``` ```
or add it directly using a CDN: or add it directly using a CDN:
```html ```html

View File

@@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jlgarridol/modalizerjs.git" "url": "git+https://github.com/jlgarridol/modalizer.js.git"
}, },
"keywords": [ "keywords": [
"bootstrap", "bootstrap",
@@ -22,7 +22,7 @@
"author": "Jose Luis Garrido-Labrador", "author": "Jose Luis Garrido-Labrador",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/jlgarridol/modalizerjs/issues" "url": "https://github.com/jlgarridol/modalizer.js/issues"
}, },
"homepage": "http://modalizerjs.jlgarridol.com", "homepage": "http://modalizerjs.jlgarridol.com",
"dependencies": { "dependencies": {