From 4ac644073e35842c51cea8fab3ad1e452bfffa51 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 19 Jan 2023 14:55:49 -0700 Subject: [PATCH] typos --- docs/pages/Building-&-Running.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/Building-&-Running.md b/docs/pages/Building-&-Running.md index 421b8cdb..df822889 100644 --- a/docs/pages/Building-&-Running.md +++ b/docs/pages/Building-&-Running.md @@ -32,7 +32,7 @@ users will find the web service endpoints to be more flexible. Web services retu [JSON](https://www.json.org/json-en.html) responses that can be parsed by most programming languages and data analaysis and visualization programs (e.g. Matlab). -### Web Servies +### Web Services To run *nshmp-haz* web services: @@ -111,8 +111,8 @@ git clone https://code.usgs.gov/ghsc/nshmp/nshmp-lib.git cd nshmp-lib ./gradlew fatJar cd .. -git clone https://code.usgs.gov/ghsc/nshmp/nshmp-ws.git -cd nshmp-ws +git clone https://code.usgs.gov/ghsc/nshmp/nshmp-haz.git +cd nshmp-haz ./gradlew run ``` -- GitLab