From 16830ccbecaedb56ae7671260988211013bea6cc Mon Sep 17 00:00:00 2001 From: Razboy20 Date: Thu, 17 Jul 2025 13:01:30 -0500 Subject: [PATCH] [Images] fix: npm is used instead of npx for offline wrangler example --- src/content/docs/images/transform-images/bindings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/images/transform-images/bindings.mdx b/src/content/docs/images/transform-images/bindings.mdx index c2dc50b5c196978..5df11917ce81a2f 100644 --- a/src/content/docs/images/transform-images/bindings.mdx +++ b/src/content/docs/images/transform-images/bindings.mdx @@ -122,7 +122,7 @@ This creates a local-only environment that mirrors the production environment wh To test the low-fidelity offline version of Images, add the `--experimental-images-local-mode` flag: ```txt -npm wrangler dev --experimental-images-local-mode +npx wrangler dev --experimental-images-local-mode ``` Currently, this version supports only `width`, `height`, `rotate`, and `format`.