Skip to content

Commit 8738874

Browse files
committed
minor readme update
1 parent 5ac42f9 commit 8738874

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ font-line is a libre, open source command line tool for OpenType vertical metric
2121

2222
### Install
2323

24-
font-line is built with Python and can be used on systems with Python 2.7+ and Python 3.3+ interpreters, including current releases of pypy and pypy3. You can verify your installed Python version on the command line with the command:
24+
font-line is built with Python and can be used on systems with Python 2.7+ and Python 3.3+ interpreters, including current releases of pypy and pypy3. You can verify your installed Python version on the command line with the command:
2525

2626
```
2727
$ python --version
28-
```
28+
```
2929

3030
Use either of the following methods to install font-line on your system.
3131

@@ -86,7 +86,7 @@ Enter one or more font path arguments to the command:
8686

8787
```
8888
$ font-line report [fontpath 1] <fontpath ...>
89-
```
89+
```
9090

9191
Here is an example of the report generated with the Hack typeface file `Hack-Regular.ttf` using the command:
9292

@@ -139,7 +139,7 @@ Unix/Linux/OS X users can write this report to a file with the `>` command line
139139
$ font-line report TheFont.ttf > font-report.txt
140140
```
141141

142-
You can modify `font-report.txt` to the file path of your choice.
142+
You can modify the `font-report.txt` file path above to the file path string of your choice.
143143

144144
#### Vertical Metrics Modifications
145145

0 commit comments

Comments
 (0)