Skip to content

Commit c06c665

Browse files
authored
Apply suggestions from code review
1 parent 91ca365 commit c06c665

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/content/docs/workers/get-started/dashboard.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ Follow this guide to create a Workers application using [the Cloudflare dashboar
2323
To create a Workers application:
2424

2525
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
26-
2. Go to **Compute (Workers)**.
27-
3. Go to **Workers & Pages**.
28-
4. Select **Create**.
29-
5. Select a template or import a repository. To create a new, blank Worker, select **Hello world**.
30-
6. Review the provided code and select **Deploy**.
31-
7. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain.
26+
2. Go to **Workers & Pages**.
27+
3. Select **Create**.
28+
4. Select a template or import a repository. To create a new, blank Worker, select **Hello world**.
29+
5. Review the provided code and select **Deploy**.
30+
6. Preview your Worker at its provided [`workers.dev`](/workers/configuration/routing/workers-dev/) subdomain.
3231

3332
## Development
3433

0 commit comments

Comments
 (0)