diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index 3007686..c698dd5 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,4 @@ -# zipserver - -A simple json api that returns location info about zipcodes. - -## Usage +# Usage To run the server on port 8080: @@ -17,7 +13,7 @@ To get zipcode info using `curl` and [`jq`](https://stedolan.github.io/jq/): curl --silent http://localhost:8080/zip/18101 | jq '.' ``` -## Data +# Data This project uses public-domain zipcode data from the [Zip Code Database Project](http://zips.sourceforge.net). |