diff --git a/README.md b/README.md
index c66ffbf432523d51bbd100ceb475d76ac0554929..36ea16d9c3a4535731466baeb00c54c8f78acc55 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):