Skip to content

Commit e7f9b85

Browse files
yeskunallsdnts
authored andcommitted
fix: use the right type when using degit (cloudflare#23303)
1 parent d6540ab commit e7f9b85

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)