From a807c51cd727af65d9603056fff95d3426f53ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kay=28K=C3=A9i=29=20Sawada?= Date: Thu, 21 Nov 2024 14:40:24 +0900 Subject: [PATCH] fix: update instructions to use this repo in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71585c5..47efdac 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ Now, each time you build this Compute project, `compute-js-static-publish` will ```shell cd ./compute-js -npm install -npm run start +fastly compute serve ``` This will serve your application using the default `PublisherServer()`. @@ -39,7 +38,7 @@ However, you can modify `/src/index.js` to add your own processing as you need. ### 3. When you're ready to go live, [deploy your Compute service](https://developer.fastly.com/reference/cli/compute/publish/) ```shell -npm run deploy +fastly compute publish ``` ## Features