From 4aef74c43eb9a1d6352180afa94ffc665482e2c7 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 19 Apr 2024 09:40:57 +0200 Subject: [PATCH] Update the readme --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1dc87d6..2b6fb85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "woff" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0/MIT" authors = ["Ivan Ukhov "] diff --git a/README.md b/README.md index 1d408a8..9e56b9d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The package provides a compressor for fonts in Web Open Font Format. ```shell cargo install --features binary woff woff Roboto-Regular.ttf Roboto-Regular.woff2 +woff Roboto-Regular.woff2 Roboto-Regular.ttf ``` ## Contribution