From 850a7a3d8de1745f9d374537caba458079527053 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Sun, 12 Nov 2017 17:43:55 +0100 Subject: [PATCH] Update README.md with correct path for Regular --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f414cb6733..96b80b1159 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In this repository, all necessary files are in place for building the OTF and TT For example, build a binary OTF font for the Regular style like this: ```sh -$ cd Roman/Regular/ +$ cd Roman/Instances/Regular/ $ makeotf -r ```