Skip to content

Commit

Permalink
docs: fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 22, 2023
1 parent ee0a4a7 commit 3b22d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function (context, commands) {
};
~~~

Run your script with the command: ```sitespeed.io -n 1 --multi measure.js```.
Run your script with the command: ```sitespeed.io -n 1 --multi measure.mjs```.

This script will measure the performance of the specified URL. For more advanced scripting options like handling clicks, navigation, and other interactions, scroll down​.

Expand Down

0 comments on commit 3b22d32

Please sign in to comment.