Skip to content

Commit ba3fdd9

Browse files
Update README.md
Co-Authored-By: Chris Simpkins <[email protected]>
1 parent 0723f8b commit ba3fdd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ fdiff [OPTIONS] [PRE-FONT FILE URL] [POST-FONT FILE FILE PATH]
104104

105105
#### As Git's diff driver for fonts
106106

107-
Git can be configured to automatically use a specific tool to diff specific file types. The are to steps to complete to use `fdiff` as the default diff output for font files.
107+
Git can be configured to automatically use a specific tool to diff specific file types. These are the steps to use `fdiff` as the default diff output for font files.
108108

109109
1. Tell Git how to run the tool. As with most git configuration options this may be set for a repository (`--local`), for your user (`--global`), or system (`--system`). We recommend setting this at the user level. Assuming `fdiff` is available in your path, this setting should do the trick:
110110

@@ -253,4 +253,3 @@ Unless required by applicable law or agreed to in writing, software distributed
253253

254254
This project distributes a modified version of third party source code from the [Python programming language standard library](https://github.com/python/cpython). The `difflib.py` v3.7.4 module is Copyright © 2001-2019 Python Software Foundation; All Rights Reserved. This source is modified and distributed in this project under the [PSF LICENSE AGREEMENT FOR PYTHON 3.7.4](https://github.com/source-foundry/fdiff/blob/master/lib/fdiff/thirdparty/PYTHON_LICENSE). The module is renamed to `fdifflib.py` to distinguish it from the upstream source, and modifications made here are documented in comments at the head of the module.
255255

256-

0 commit comments

Comments
 (0)