Skip to content

Commit 83e8990

Browse files
authored
fix up assets c3 command (#20589)
* remove mention of --experimental * Update src/content/docs/workers/frameworks/index.mdx
1 parent 90b68cb commit 83e8990

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/docs/workers/frameworks/index.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ import {
2626
network.
2727
</Description>
2828

29-
The following frameworks have experimental support for Cloudflare Workers and the new [<InlineBadge preset="beta" /> Workers Assets](/workers/static-assets/). They can be initialized with the [`create-cloudflare` CLI](/workers/get-started/guide/) using the `--experimental` flag.
30-
31-
<PackageManagers
32-
type="create"
33-
pkg="cloudflare@latest my-framework-app"
34-
args={"--type=web-framework --experimental"}
35-
/>
29+
The following frameworks have support for Cloudflare Workers and the new [<InlineBadge preset="beta" /> Workers Assets](/workers/static-assets/). Refer to the individual guides below for instructions on how to get started.
3630

3731
<DirectoryListing folder="workers/frameworks/framework-guides" />
3832

0 commit comments

Comments
 (0)