diff --git a/docs/pages/Building-&-Running.md b/docs/pages/Building-&-Running.md index 421b8cdb2cc05c4c26ee20ca976ed57e1b0f4df2..df8228892ee2eae40d3e76d3dbe7624769906415 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 ```