From 3f6084812263d48cfd3d0d3c0b3e512612b80463 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Wed, 21 Dec 2016 06:17:16 -0500 Subject: [PATCH] Fix readme Oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d053922f..88972e3b 100644 --- a/README.md +++ b/README.md @@ -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).