From 1cb1d605a24955f366e67c6d9ef31419d1572fe1 Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Sun, 19 May 2019 14:37:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27eedac..ea4903d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This package contains geographical data for all USA states including: - `territory`: whether the state is under the sovereign jurisdiction of the federal government of the United States - the `capital` city of the state - `contiguous`: whether the state shares common borders with other states -- `zipCodes`: an array containing string arrays. Each array contains two elements (string) - the start and the end of the zip code range. +- `zipCodes`: an array containing string arrays. Each array contains two elements (string) - the start and the end of the zip code range. (The `string` type is used because TypeScript does not like numbers with leading zero. Pull request are welcome if you find a workaround for this issue.) - `area`: the area of the state in square miles in the following format: - `year`: when was the value last updated - `value`: the actual area