From b728dcc6d69c0cc2930717ba06ca200bf4debc33 Mon Sep 17 00:00:00 2001 From: matuzo Date: Thu, 24 Sep 2015 09:58:33 +0200 Subject: Update README.md with new executable names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd6cf53..26dfc6f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a modified version of the [sfnt2woff utility](https://people.mozilla.org To create a WOFF file from an OpenType files: - > sfnt2woff [-v .] [-m ] [-p ] + > sfnt2woff-zopfli [-v .] [-m ] [-p ] Options: @@ -16,7 +16,7 @@ Options: To decompress a WOFF file and write the OpenType file to stdout: - > woff2sfnt [-v | -m | -p] + > woff2sfnt-zopfli [-v | -m | -p] Options: @@ -30,7 +30,7 @@ To compile the utilities, run make: > make -This will compile two utilities `sfnt2woff` to convert OpenType files to WOFF and `woff2sfnt` to convert WOFF files back to OpenType files. If the build was succesful you can make them available on your system by copying the resulting executables to `/usr/local/bin` and making them executable (`chmod 755`). +This will compile two utilities `sfnt2woff-zopfli` to convert OpenType files to WOFF and `woff2sfnt-zopfli` to convert WOFF files back to OpenType files. If the build was succesful you can make them available on your system by copying the resulting executables to `/usr/local/bin` and making them executable (`chmod 755`). ## Licensing -- cgit v1.2.3