From 3c31f7b28e6db487344d7f4c84b4d579c0d95649 Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Tue, 4 Nov 2014 13:47:34 -0600
Subject: [PATCH] Update readme with unit -> uv.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 88e58193..04854a8f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Web service retrieval functions:
 |`readNWISdata` | `...`, service | NWIS data using user-specified queries |
 |`readNWISdv` | `Common 3`, parameter code, statCd | NWIS daily data with `Common` query |
 |`readNWISqw` | `Common 3`, parameter code, expanded | NWIS water quality data with `Common` query |
-|`readNWISunit` | `Common 3`, parameter code | NWIS instantaneous data with `Common` query |
+|`readNWISuv` | `Common 3`, parameter code | NWIS instantaneous data with `Common` query |
 |`readNWISpCode` | parameterCd | NWIS parameter code information |
 |`readNWISgwl` | `Common 3` | NWIS groundwater level data with `Common` query |
 |`readNWISpeak` | `Common 3` | NWIS peak flow data with `Common` query |
@@ -26,7 +26,7 @@ Web service retrieval functions:
 |`whatNWISsites` | `...` | NWIS site search using user-specified queries |
 |`whatNWISdata` | siteNumber, service | NWIS data availability, including period of record and count |
 |`readWQPdata` | `...` | WQP data using user-specified queries |
-|`readWQPqw` | `Common 4` | WQP data with `Common 4` query |
+|`readWQPqw` | `Common 3` | WQP data with `Common 3` query and either parameter code or characteristic name|
 |`whatWQPsites` | `...` | WQP site search using user-specified queries |
 
 * `Common 3` = siteNumber, startDate, endDate
-- 
GitLab