From 29998937ed3ab1614ac1e4d9b8badd33fd283c02 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Fri, 2 Sep 2016 10:32:10 -0600
Subject: [PATCH] ex5 readme edit

---
 etc/examples/5-complex-model/README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/etc/examples/5-complex-model/README.md b/etc/examples/5-complex-model/README.md
index caa6908e5..10e9ae706 100644
--- a/etc/examples/5-complex-model/README.md
+++ b/etc/examples/5-complex-model/README.md
@@ -3,14 +3,13 @@ Example 5: A more complex model
 
 __Working directory:__ `/path/to/nshmp-haz/etc/examples/5-complex-model`
 
-Most PSHAs involve the use of more complex source models, the components of which might use different ground motion models. For this and ensuing examples, we'll use the 2008 USGS National Seismic Hazard Model (NSHM) for the western U.S.
-
-> `nshmp-haz` uses an in-memory source model. NSHMs are quite large, so it's helpful to increase the amount memory available to Java when calling `HazardCalc`. For example, set your alias to:
+Most PSHAs involve the use of more complex source models, the components of which might use different ground motion models. For this and ensuing examples, we'll use the 2008 USGS National Seismic Hazard Model (NSHM) for the western U.S. `nshmp-haz` uses an in-memory source model. The USGS NSHMs are quite large, so it's helpful to increase the amount memory available to Java when calling `HazardCalc`. For example, set your alias to:
 
 ```Shell
 alias hazard='java -Xms1024m -Xmx4096m -cp /path/to/nshmp-haz/dist/nshmp-haz.jar org.opensha2.HazardCalc'
 ```
->This will increase the minimum amount of memory Java requires to 1GB and will allow it to claim up to 4GB, assuming that much is available.
+
+This will increase the minimum amount of memory Java requires to 1GB and will allow it to claim up to 4GB, assuming that much is available.
 
 First, clone the 2008 USGS NSHM. Assuming you are in the current working directory (above), the following will create a copy of the model adjacent to nshmp-haz:
 
-- 
GitLab