Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 14, 2022
1 parent a18c82f commit 1c458b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ $result->audit('first-contentful-paint') // returns this array
You can also write a full HTML report to disk:

```php
$result->saveHtml($pathToReport)
$result->saveHtml($pathToReport);
```

0 comments on commit 1c458b6

Please sign in to comment.