From 9a91d922b9961a17dfe84f946018a7776c31914f Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Wed, 18 Nov 2015 23:19:36 -0700
Subject: [PATCH] Update README.md

---
 etc/matlab/README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/etc/matlab/README.md b/etc/matlab/README.md
index 96bf0b77f..814afc6aa 100644
--- a/etc/matlab/README.md
+++ b/etc/matlab/README.md
@@ -7,13 +7,12 @@ All recent versions of Matlab include a Java runtime environment and it is there
 
 1. Matlab R2013B or higher (nshmp-haz targets Java 7; prior versions of Matlab use Java 6).
 2. A [build](/usgs/nshmp-haz/wiki/Building-&-Running) of nshmp-haz.
-3. nshmp-haz.jar on Matlab's classpath.
-4. Save a file with the name javaclasspath.txt to the Matlab preferences directory (as specified by the prefdir command) and with contents:
+3. nshmp-haz.jar on Matlab's classpath. Save a file with the name `javaclasspath.txt` to the Matlab preferences directory, as specified by the `prefdir` command, and with contents:
 
   ```
   <before>
   /path-to-repository/nshmp-haz/dist/nshmp-haz.jar
   ```
 
-**Note:** Although Java classes can be loaded dynamically when running a script, Matlab includes some outdated versions of 3rd party libraries required by nshmp-haz and it must therefore be loaded earlier.
+**Note:** Although Java classes can be loaded dynamically when running a script, Matlab includes outdated versions of some 3rd party libraries required by nshmp-haz and it must therefore be loaded earlier.
 
-- 
GitLab