diff --git a/README.md b/README.md index 89f32e7..3d6df0e 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ This cross-tab jQuery plugin keeps track of time and lets a user know before the - jQuery - jAlert (unless you override the callbacks) :: available here: https://github.com/HTMLGuyLLC/jAlert +## Available on NPM +https://www.npmjs.com/package/jtimeout +``` +npm i jtimeout +``` ## How to use ```html diff --git a/package.json b/package.json index 7b39a0b..1f3ecfe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "jTimeout", + "name": "jtimeout", "version": "3.0.0", "description": "jQuery session timeout handler", "repository": {