Skip to content

Commit

Permalink
Remove timeout option from example configuration (#454)
Browse files Browse the repository at this point in the history
Since `timeout` has been removed as it is saying in [CHANGELOG](https://github.com/addyosmani/critical/blob/master/CHANGELOG.md), should be removed from README as well
  • Loading branch information
rivajunior committed Jun 20, 2020
1 parent c229946 commit 973d1d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -78,9 +78,6 @@ critical.generate({
// Extract inlined styles from referenced stylesheets
extract: true,

// Complete Timeout for Operation
timeout: 30000,

// ignore CSS rules
ignore: {
atrule: ['@font-face'],
Expand Down

0 comments on commit 973d1d9

Please sign in to comment.