From 71fa08b13a480b8a43b0b39e85edea96a54aa68f Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Tue, 14 Jul 2020 02:07:25 +0100 Subject: [PATCH] Update readme for latest version (#258) --- README.template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.template.md b/README.template.md index 773e0a76..c9849eec 100644 --- a/README.template.md +++ b/README.template.md @@ -66,9 +66,9 @@ 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.html) and +[Options struct](https://docs.rs/oxipng/3.0.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). +[optimize function](https://docs.rs/oxipng/3.0.0/oxipng/fn.optimize.html). ## History