summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-24 12:09:19 -0700
committerjamesgk <jamesgk19@gmail.com>2015-04-24 12:09:19 -0700
commitd86090469a605830061f1c3f10bd9ffd65695e73 (patch)
treee40493ae208e95788c0cd024be188cc1a8b87719 /README.md
parenta277696b6b05e2ed265416819bb01d2361ad7426 (diff)
Tweak formatting in readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd9318a..6f2b461 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ git clone https://github.com/rougier/freetype-py.git
download the latest tarball release of HarfBuzz
[here](http://www.freedesktop.org/wiki/Software/HarfBuzz/) and extract it into
-the **home** directory as $HOME/harfbuzz (alternatively, you can download the
+the **home** directory as `$HOME/harfbuzz` (alternatively, you can download the
latest source from GitHub via
`git clone https://github.com/behdad/harfbuzz.git`).
@@ -85,7 +85,7 @@ sudo python setup.py install
cd ..
```
-Or set $PYTHONPATH locally before running `make`:
+Or set `$PYTHONPATH` locally before running `make`:
```bash
PYTHONPATH="$PYTHONPATH:$HOME/roboto-src/fonttools/Lib"