Skip to content

Commit 696122b

Browse files
authored
Document Firefox version incompatibility (<78) (#79)
1 parent 893b633 commit 696122b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Correctly handles Unicode strings.
1010
$ npm install camelcase
1111
```
1212

13-
*If you need to support Firefox, stay on version 5 as version 6 uses regex features not available in Firefox.*
13+
*If you need to support Firefox < 78, stay on version 5 as version 6 uses regex features not available in Firefox < 78.*
1414

1515
## Usage
1616

0 commit comments

Comments
 (0)