Fix code fencing end on README.md

This was wrapping the whole rest of the file in a preformatted block, this commit reverts that.
This commit is contained in:
Jamie Luck 2018-09-12 17:52:08 -04:00 committed by Ben Kelly
parent e53f663799
commit f3c67a2ce5

View File

@ -50,7 +50,7 @@ Use automatic mode to easily convert 1 or more font(s).
$ fontforge -lang py -script ligaturize.py fonts/Cousine-Regular.ttf
--output-dir='fonts/output/' \
--output-name='Ligaturized Cousine'
```
```
Which will produce `fonts/output/LigaturizedCousine-Regular.ttf`.