From a033251140a8f46c650ac17ad72e95519e47fea8 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 3 Nov 2014 15:46:58 +0100
Subject: [PATCH] fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d1a68ba74..e9e097339 100644
--- a/README.md
+++ b/README.md
@@ -276,7 +276,7 @@ Configure and make:
     - ```brew install texi2html```
 - **(On OS X 10.7 Only)** Copy [FlexLexer.h](http://www.dynare.org/build/FlexLexer.h) into the `preprocessor` directory (there was an error in the `FlexLexer.h` file distributed with 10.7)
 - Ensure `/usr/local/bin` is at the beginning of your path:
-    - PATH=/usr/local/bin:$PATH
+    - ```PATH=/usr/local/bin:$PATH```
 - Finally, switch to the root dynare directory and compile dynare
     - `autoreconf -si`
     - `./configure --with-matlab=/Applications/MATLAB_R2014b.app MATLAB_VERSION=8.4
-- 
GitLab