diff --git a/README.md b/README.md index e157e2f..3c6f2e5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ $ npm install @jlgarridol/modalizer.js@1.0.1 ``` or add it directly using a CDN: ```html - - + + ``` ### Basic usage diff --git a/package.json b/package.json index 418e2ca..e186525 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ }, "devDependencies": {}, "publishConfig": { - "registry": "https://npm.pkg.github.com/" + "registry": "http://registry.npmjs.org/" } }