From 1df1baa8d61173baecf4193278d8fe4e4d9e19c9 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 14 Oct 2019 15:58:01 -0500 Subject: [PATCH] toml -> yaml in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab59b75..9e69522 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ To deploy static sites and frontend applications to Workers, check out the docum Note that this action makes no assumptions about _how_ your project is built! **If you need to run a pre-publish step, like building your application, you need to specify a build step in your Workflow.** For instance, if I have an NPM command called `build`, my workflow TOML might resemble the following: -```toml +```yaml jobs: deploy: runs-on: ubuntu-latest