Skip to content

Commit

Permalink
Merge pull request winstonjs#548 from ckross01/patch-1
Browse files Browse the repository at this point in the history
updated cassandra driver link
  • Loading branch information
jcrugzz committed Feb 6, 2015
2 parents 54d0d65 + 91c3172 commit fc1a171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ The Cassandra transport connects to a cluster using the native protocol with the
* __partitionBy:__ How you want the logs to be partitioned. Possible values `'hour'` and `'day'`(Default).
* __consistency:__ The consistency of the insert query (default: `quorum`).

In addition to the options accepted by the [Node.js Cassandra driver](https://github.com/jorgebay/node-cassandra-cql) Client.
In addition to the options accepted by the [Node.js Cassandra driver](https://github.com/datastax/nodejs-driver) Client.

* __contactPoints:__ Cluster nodes that will handle the write requests:
Array of strings containing the contact points, for example `['host1', 'host2']` (required).
Expand Down

0 comments on commit fc1a171

Please sign in to comment.