diff --git a/Readme.md b/Readme.md index ac0da11..063071a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ -# node-cas +# cas Central Authentication Service (CAS) client for Node.js @@ -7,12 +7,11 @@ via npm: - $ npm install node-cas + $ npm install cas ## Usage - ## License (The MIT License) diff --git a/index.js b/index.js index ea227ea..51f84b9 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ -module.exports = require('./lib/node-cas'); \ No newline at end of file +module.exports = require('./lib/cas');