Fix readme

Oops
This commit is contained in:
Josh Holmer 2016-12-21 06:17:16 -05:00 committed by GitHub
parent 784cd4bab3
commit 3f60848122

View file

@ -69,7 +69,7 @@ other Rust projects. To do so, simply add oxipng as a dependency in your Cargo.t
then `extern crate oxipng` in your project. You should then have access to all of the library
functions [documented here](https://docs.rs/oxipng). The simplest
method of usage involves creating an
[Options struct](https://docs.rs/oxipng/0.13.0/oxipng/struct.Options.htmll) and
[Options struct](https://docs.rs/oxipng/0.13.0/oxipng/struct.Options.html) and
passing it, along with an input filename, into the
[optimize function](https://docs.rs/oxipng/0.13.0/oxipng/fn.optimize.html).