From 3b22d322991f79f6e00a377da60763cc584166a4 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 22 Dec 2023 11:03:34 +0100 Subject: [PATCH] docs: fix broken example --- docs/documentation/sitespeed.io/scripting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/sitespeed.io/scripting/index.md b/docs/documentation/sitespeed.io/scripting/index.md index dd83c14309..b00f115569 100644 --- a/docs/documentation/sitespeed.io/scripting/index.md +++ b/docs/documentation/sitespeed.io/scripting/index.md @@ -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​.