Skip to content

Commit

Permalink
"runs" -> "run" in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan committed Jan 29, 2021
1 parent b5acc37 commit 1f740a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f740a9

Please sign in to comment.