From fd4eb6ff784807e0a44a1ea87cd57962899f7f0e Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:01:46 -0700 Subject: [PATCH] Update README.md Small spelling fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76f2b4f..1f674839 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ RETURN TYPE: `JSON` ##### `predicates` Predicates are used to create a sub-selection of statistical -values based on a given range or categorical qualifyer. +values based on a given range or categorical qualifier. ```js census( @@ -589,7 +589,7 @@ It is so large, in fact that it currently only works on Node and only if you increase your `node --max-old-space-size=4096`. With large merges (such as all counties or zctas), it is recommended not to try to use `citysdk` dynamically, but - rather - to munge your data -before hand with `citysdk` and then serve it statically to +beforehand with `citysdk` and then serve it statically to your mapping library, as was done here: [![Zip Code Tabulation Areas](https://raw.githubusercontent.com/uscensusbureau/citysdk/master/examples/assets/images/zctas.PNG)](https://uscensusbureau.github.io/citysdk/assets/examples/mapbox/zip-code-tabulation-areas_static/index.html)