Skip to content

Commit 3b9ca4a

Browse files
Razboy20thomasgauvin
authored andcommitted
[Images] fix: npm is used instead of npx for offline wrangler example (#23764)
1 parent e79b0a3 commit 3b9ca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/images/transform-images/bindings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This creates a local-only environment that mirrors the production environment wh
122122
To test the low-fidelity offline version of Images, add the `--experimental-images-local-mode` flag:
123123

124124
```txt
125-
npm wrangler dev --experimental-images-local-mode
125+
npx wrangler dev --experimental-images-local-mode
126126
```
127127

128128
Currently, this version supports only `width`, `height`, `rotate`, and `format`.

0 commit comments

Comments
 (0)