aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar matuzo <manuelmatuzoat>2015-09-24 09:58:33 +0200
committerLibravatarLarge Libravatar matuzo <manuelmatuzoat>2015-09-24 09:58:33 +0200
commitb728dcc6d69c0cc2930717ba06ca200bf4debc33 (patch)
treeed2abb30bbb9f64b9a8b91dca5357d92c587bb33 /README.md
parentac54694c07a8acbc239e21634f81f73df21d81b5 (diff)
downloadsfnt2woff-zopfli-b728dcc6d69c0cc2930717ba06ca200bf4debc33.tar.gz
sfnt2woff-zopfli-b728dcc6d69c0cc2930717ba06ca200bf4debc33.tar.bz2
sfnt2woff-zopfli-b728dcc6d69c0cc2930717ba06ca200bf4debc33.tar.lz
sfnt2woff-zopfli-b728dcc6d69c0cc2930717ba06ca200bf4debc33.zip

Update README.md with new executable names

Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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 <maj>.<min>] [-m <metadata.xml>] [-p <private.dat>] <otffile>
+ > sfnt2woff-zopfli [-v <maj>.<min>] [-m <metadata.xml>] [-p <private.dat>] <otffile>
Options:
@@ -16,7 +16,7 @@ Options:
To decompress a WOFF file and write the OpenType file to stdout:
- > woff2sfnt [-v | -m | -p] <woff>
+ > woff2sfnt-zopfli [-v | -m | -p] <woff>
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