Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Mar 31, 2015
1 parent a851acc commit ab0053c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ little overhead as possible over the OS abstractions.

- [API documentation](http://carllerche.github.io/mio/mio/index.html)

- [Crates.io](http://crates.io/crates/mio)

## Usage

To use `mio`, first add this to your `Cargo.toml`:

```toml
[dependencies.mio]
git = "https://github.com/carllerche/mio"
[dependencies]
mio = "0.3.0"
```

`mio` is on [Crates.io](http://crates.io/crates/mio), but is not often updated.

Then, add this to your crate root:

```rust
Expand Down

0 comments on commit ab0053c

Please sign in to comment.