Skip to content

Commit 64cf8f4

Browse files
yeskunallthomasgauvin
authored andcommitted
fix: use the right type when using degit (#23303)
1 parent 118cd75 commit 64cf8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/redwoodsdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RedwoodSDK is a composable framework for building server-side web apps on Cloudf
2828

2929
Run the following command, replacing `<project-name>` with your desired project name:
3030
<PackageManagers
31-
type="exec"
31+
type="dlx"
3232
pkg="degit"
3333
args={"redwoodjs/sdk/starters/standard#main <project-name>"}
3434
/>

0 commit comments

Comments
 (0)