Skip to content

Commit

Permalink
Fix a few typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosland committed Mar 28, 2018
1 parent e506c11 commit 37d6b9b
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 @@ -12,7 +12,7 @@ There are three main components in this library:

## Documentation and examples

Please see the [documentation](https://docs.rs/crate/mmal/0.0.0) and [examples](https://github.com/pedrosland/mmal/tree/master/examples)
Please see the [documentation](https://pedrosland.github.io/rascam/) and [examples](https://github.com/pedrosland/rascam/tree/master/examples)

## Usage

Expand All @@ -33,7 +33,7 @@ If things are crashing or producing unexpected results there is a feature flag w

```toml
[dependencies]
libc = { version = "0.0.1", features = ["debug"] }
rascam = { version = "0.0.1", features = ["debug"] }
```

## License
Expand Down

0 comments on commit 37d6b9b

Please sign in to comment.