From b11d0c4a1bacef00c095bb3efd985471238015bd Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 27 Sep 2016 13:17:47 +0100 Subject: [PATCH] README.md: no need for semicolons --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 183005545..fd514b17d 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Once installed you can use the `ttx` command to convert binary font files (`.otf TTX files have a .ttx file extension. ```sh -ttx /path/to/font.otf ; -ttx /path/to/font.ttx ; +ttx /path/to/font.otf +ttx /path/to/font.ttx ``` The TTX application works can be used in two ways, depending on what platform you run it on: @@ -103,9 +103,9 @@ Because the order in which glyphs are stored inside the binary font is important Commands for inspecting, merging and subsetting fonts are also available: ```sh -pyftinspect ; -pyftmerge ; -pyftsubset ; +pyftinspect +pyftmerge +pyftsubset ``` ### fontTools Python Module