From 1f740a93278ce179599b8d37345ff2c4d3bc9cfd Mon Sep 17 00:00:00 2001 From: Kailan Blanks Date: Fri, 29 Jan 2021 21:07:38 +0000 Subject: [PATCH] "runs" -> "run" in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bdc25a..d9e0dfe 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v2 - name: Install project dependencies - runs: npm install + run: npm install - name: Deploy to Compute@Edge uses: fastly/compute-actions@beta