Skip to content

Commit

Permalink
Merge pull request #354 from computerscienceiscool/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
loganpowell authored Sep 26, 2023
2 parents 8222452 + fd4eb6f commit 2efcbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2efcbf7

Please sign in to comment.