Skip to content

Commit 951a32b

Browse files
committed
minor fixes
1 parent 0d73f39 commit 951a32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/tutorials/deploy-an-express-app.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
GitHubCode,
1818
} from "~/components";
1919

20-
In this tutorial, you will learn how to deploy an Express.js application on Cloudflare Workers using the [Cloudflare Workers platform](/workers/) and [D1 database](/d1/). You will build a Members Registry API with basic Create, Read, Update, and Delete (CRUD) operations. You will use D1 as the database for storing and retrieving member data.
20+
In this tutorial, you will learn how to deploy an [Express.js](https://expressjs.com/) application on Cloudflare Workers using the [Cloudflare Workers platform](/workers/) and [D1 database](/d1/). You will build a Members Registry API with basic Create, Read, Update, and Delete (CRUD) operations. You will use D1 as the database for storing and retrieving member data.
2121

2222
<Render file="tutorials-before-you-start" product="workers" />
2323

@@ -81,7 +81,7 @@ You will now create a D1 database to store member information. Use the `wrangler
8181
npx wrangler d1 create members-db
8282
```
8383

84-
The command will create a new D1 database and ask you the following:
84+
The command will create a new D1 database and ask you the following questions:
8585

8686
- **Would you like Wrangler to add it on your behalf?**: Type `Y`.
8787
- **What binding name would you like to use?**: Type `DB` and press Enter.

0 commit comments

Comments
 (0)