From 08b44af47306d8ede59496ccb16c97b4028cd677 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 18 Nov 2015 15:11:54 -0500 Subject: Update readme --- README.markdown | 8 ++------ 1 file 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). -- cgit v1.2.3