Skip to content

Commit

Permalink
Merge pull request #38 from Hoverbear/fix-readme
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
Hoverbear authored Oct 21, 2019
2 parents 925910d + 3df5af7 commit 582a898
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
@@ -1,7 +1,7 @@
# getset

[![Build Status](https://travis-ci.org/Hoverbear/getset.svg?branch=master)](https://travis-ci.org/Hoverbear/getset)
[![Docs](https://docs.rs/mio/badge.svg)](https://docs.rs/getset/)
[![Docs](https://docs.rs/getset/badge.svg)](https://docs.rs/getset/)

Getset, we're ready to go!

Expand Down Expand Up @@ -165,7 +165,7 @@ fn main() {
```

For some purposes, it's useful to have the `get_` prefix on the getters for
either legacy of compatability reasons. It is done with `get-prefix`.
either legacy of compatability reasons. It is done with `with_prefix`.

```rust
#[macro_use]
Expand Down

0 comments on commit 582a898

Please sign in to comment.