Skip to content

Commit

Permalink
* Rename node-cas to cas
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner committed Apr 16, 2011
1 parent ea1a643 commit 94a2c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Readme.md
@@ -1,18 +1,17 @@

# node-cas
# cas

Central Authentication Service (CAS) client for Node.js

## Installation

via npm:

$ npm install node-cas
$ npm install cas

## Usage



## License

(The MIT License)
Expand Down
2 changes: 1 addition & 1 deletion index.js
@@ -1,2 +1,2 @@

module.exports = require('./lib/node-cas');
module.exports = require('./lib/cas');

0 comments on commit 94a2c91

Please sign in to comment.