Skip to content

Commit

Permalink
Update featureFilter README (mapbox#7934)
Browse files Browse the repository at this point in the history
* Update featureFilter README

Update require statement in example for how to use `featureFilter`

* Point to the distributed style-spec package
  • Loading branch information
fc authored and mourner committed Feb 20, 2019
1 parent 00d32f8 commit ab48379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/feature_filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ passes its test.
### Usage

``` javascript
var ff = require('feature-filter');
var ff = require('@mapbox/mapbox-gl-style-spec').featureFilter;

// will match a feature with class of street_limited,
// AND an admin_level less than or equal to 3,
Expand Down

0 comments on commit ab48379

Please sign in to comment.