Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydevnull committed Feb 8, 2017
1 parent 2119aa2 commit b4f3c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ into Rust structures.

### Creating new connection

To use password authenticator, just include the one implemented in
`cdrs::authenticators`.

```rust
use cdrs::client::CDRS;
Expand All @@ -58,6 +56,8 @@ let mut session = try!(client.start(compression::None));

### Creating new connection with authentication

To use password authenticator, just include the one implemented in
`cdrs::authenticators`.

```rust
use cdrs::client::CDRS;
Expand Down

0 comments on commit b4f3c5e

Please sign in to comment.