From 9dd57b249604328a84ce876d884880b8b915add1 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 11 Nov 2024 13:28:29 +0900 Subject: [PATCH] Suggestions in PR Co-authored-by: Kevin P. Fleming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cda8741..71585c5 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ To deploy your project to production, you deploy it to a [Fastly service](https: in your account. Usually, you create your service automatically as part of your first deployment of the project. In this case, `fastly.toml` has no value for `service_id` at the time you deploy, so the Fastly CLI will prompt -you to create a Fastly service in your account for you, after which it will save the new service's ID to your `fastly.toml` file. +you to create a Fastly service in your account, after which it will save the new service's ID to your `fastly.toml` file. Alternatively, you may deploy to a service that already exists. You can create this service using the [Fastly CLI](https://developer.fastly.com/reference/cli/service/create/) or the [Fastly web app](https://manage.fastly.com/).