From 7836bcf38c5047fbd4386faac96a4845d5fd4901 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Tue, 8 Feb 2022 08:04:20 -0700
Subject: [PATCH] doc edits

---
 etc/examples/README.md |  2 +-
 etc/matlab/README.md   | 16 +++-------------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/etc/examples/README.md b/etc/examples/README.md
index b557f3baa..343bc5b7f 100644
--- a/etc/examples/README.md
+++ b/etc/examples/README.md
@@ -1,6 +1,6 @@
 # Examples
 
-These examples are designed to be executed locally while following the READMEs on GitHub.
+These examples are designed to be executed locally while following the READMEs on GitLub.
 All examples avoid a lengthy call to Java and the `HazardCalc` program by using the following
 system alias:
 
diff --git a/etc/matlab/README.md b/etc/matlab/README.md
index 1c512892c..e6ae912c9 100644
--- a/etc/matlab/README.md
+++ b/etc/matlab/README.md
@@ -1,15 +1,5 @@
 # Using nshmp-haz with Matlab
 
-This is out of date.
-
->**NOTE:** *nshmp-haz* was recently upgraded to Java 8, which supercedes and is
-incompatable with the Java 7 JVM that ships with Matlab. Users will need to set the
-`MATLAB_JAVA` environment variable to point to a Java 8 runtime.
-
-All recent versions of Matlab include a Java runtime environment and it is therefore
-relatively straightforward to use the nshmp-haz library.
-
-## Requirements
-
-1. Matlab R2013B or higher (nshmp-haz targets Java 7; prior versions of Matlab use Java 6).
-2. A [build](https://github.com/usgs/nshmp-haz/wiki/building-&-running) of nshmp-haz.
+The best way to use _nshmp-haz_ with matlab is as a web service. The scripts in this directory
+provide examples of how to access web services for ground motion models (GMMs) that are based
+on the code in this repository.
-- 
GitLab