From 3f417c75dbb6dac0efa29df43f9e16c1f8976b8e Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Thu, 23 Oct 2014 09:14:38 -0500
Subject: [PATCH] Starting to clean up readme help file.

---
 README.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index c66ffbf4..36ea16d9 100644
--- a/README.md
+++ b/README.md
@@ -9,18 +9,15 @@ Retrieval functions for USGS and EPA hydrologic and water quality data.
 
 ## Function Overview
 
+Web service retrieval functions:
 
-|Information Source | Site Query | Meta Data | Data |
-| -------------| -------------| ------------- |:-------------|
-|NWIS | `getNWISSites` | `getNWISSiteInfo`| `getNWISData` |
-| | `getNWISDataAvailability` |  | `getNWISdvData` |
-| | | `getNWISPcodeInfo` | `readNWISqw`|
-| | | | `getNWISunitData` |
-| Water Quality Portal* | `whatWQPsites` |  | `readWQPdata` |
-| | | | `getWQPqwData` |
+|Function | Inputs | Description | 
+| -------------| -------------|:-------------|
+|`readNWISdata` | `...`, service | NWIS data using user-specified queries |
+|'readNWISdv` | `Common 4`, statCd | NWIS data with `Common 4` query |
 
 
-* Water Quality Portal includes USGS, EPA, and USDA data
+* `Common 4` = siteNumber, parameterCd, startDate, endDate
 
 
 Moving `EGRET` specific functions to `EGRET` (version 2.0.0 and greater):
-- 
GitLab