Update README.md
authorBill <bill.zorn@gmail.com>
Tue, 21 Aug 2018 00:02:27 +0000 (17:02 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 00:02:27 +0000 (17:02 -0700)
README.md

index 8b0714c6f629f1ca9b06097544a6d66d47585c8d..c8c9b353404096594599a3695c84cc7402f500c8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ environment) can be built with the following:
 (.env) $
 ```
 
-The local wheel will be created in the dist/ directory. This is the recommended
+The local wheel will be created in the `dist/` directory. This is the recommended
 way to install the package when building it from source locally:
 
 ```
@@ -90,7 +90,7 @@ $ sudo docker run -u $(id -u) --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /
 $
 ```
 
-This will create a set of manylinux1 wheel files in the wheelhouse/ directory.
+This will create a set of manylinux1 wheel files in the `wheelhouse/` directory.
 
 The docker build will make its own static libraries as part of the build process,
 and delete any existing static libraries with `make clean`.