Skip to content

Commit

Permalink
docs: Fix "array-from" to "from-map"
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb authored and freaktechnik committed Jan 16, 2023
1 parent f257691 commit 6a461ff
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 @@ -90,7 +90,7 @@ To use this rule, your `.eslintrc.json` should at least contain the following (m
"array-func"
],
"rules": {
"array-func/array-from": "error"
"array-func/from-map": "error"
}
}
```
Expand Down

0 comments on commit 6a461ff

Please sign in to comment.