diff --git a/README.md b/README.md index 51252a17..9ea15ce9 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ This can be useful when debugging, but in general using `reportAllChanges` is no import {onCLS} from 'web-vitals'; // Logs CLS as the value changes. -onCLS(console.log, {reportAllChange: true}); +onCLS(console.log, {reportAllChanges: true}); ``` ### Report only the delta of changes