Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Dec 22, 2011
1 parent 805b4c1 commit 7bdd44c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
7 changes: 4 additions & 3 deletions Readme.md
@@ -1,16 +1,17 @@

# Cassie
# Helenus

NodeJS Bindings for Cassandra
This is very much work in progress, if you would like to contribute, please contact Russ Bradberry <rbradberry@simplereach.com>

# installation

npm install cassie

# usage
```javascript
var cassie = require('cassie'),
pool = new cassie.ConnectionPool(['localhost:9160','localhost:9161']);
var helenus = require('helenus'),
pool = new helenus.ConnectionPool(['localhost:9160','localhost:9161']);

pool.on('error', function(err){
console.log('ERROR:' + err);
Expand Down
2 changes: 1 addition & 1 deletion index.js
@@ -1,2 +1,2 @@

module.exports = require('./lib/cassie');
module.exports = require('./lib/helenus');
15 changes: 0 additions & 15 deletions lib/cassie.js

This file was deleted.

0 comments on commit 7bdd44c

Please sign in to comment.