From 1ec1b600e15d59f94b05c731d9a132c97aac790a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 22 Jul 2019 23:11:54 -0300 Subject: [PATCH] Minor formatting proposals --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72ccfab..269ac04 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Building with make (Linux): The Makefile uses cmake under the hood. -This will build, install to a local 'install' directory, and +This will build, install to a local `install` directory, and run regression tests. @@ -40,8 +40,8 @@ run regression tests. install/lib: libPtex.a libPtex.so -Note: docs will be generated in the 'src/doc/ptex' directory -and installed as 'install/share/doc/ptex'. +Note: docs will be generated in the `src/doc/ptex` directory +and installed as `install/share/doc/ptex`. # Development