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

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

diff --git a/etc/matlab/README.md b/etc/matlab/README.md
index a1e3f95b3..2189c7c11 100644
--- a/etc/matlab/README.md
+++ b/etc/matlab/README.md
@@ -5,9 +5,9 @@ All recent versions of Matlab include a Java runtime environment and it is there
 
 #### Requirements
 
-* Matlab R2013B or higher (nshmp-haz targets Java 7; prior versions of Matlab use Java 6).
-* A [build](/usgs/nshmp-haz/wiki/Building-&-Running) of nshmp-haz.
-* 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:
+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. Save a file with the name `javaclasspath.txt` to the Matlab preferences directory (as specified by the `prefdir` command) and with contents:
 
   ```
   <before>
-- 
GitLab