Skip to content

Commit

Permalink
Add note about Safari support (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
stdavis and sindresorhus committed Jan 8, 2022
1 parent 5520091 commit da8552d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ If you use this on untrusted user input, don't forget to limit the length to som
npm install decamelize
```

*If you need Safari support, [stay on](https://github.com/sindresorhus/decamelize/issues/24) [version 3](https://github.com/sindresorhus/decamelize/issues/36) [until they implement](https://caniuse.com/js-regexp-lookbehind) regex lookbehinds.*

## Usage

```js
Expand Down

0 comments on commit da8552d

Please sign in to comment.