Skip to content

Commit

Permalink
Remove "that we use at Airbnb" from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni authored May 22, 2024
1 parent 492c439 commit 2b14af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![npm badge][npm-badge-png]][package-url]

Custom React PropType validators that we use at Airbnb. Use of [airbnb-js-shims](https://npmjs.com/package/airbnb-js-shims) or the equivalent is recommended.
Custom React PropType validators. Use of [airbnb-js-shims](https://npmjs.com/package/airbnb-js-shims) or the equivalent is recommended.

- `and`: ensure that all provided propType validators pass
- `foo: and([number, nonNegativeInteger])`
Expand Down

0 comments on commit 2b14af0

Please sign in to comment.