From 9d708855b2dcb23c26c72db69fce80e81c742827 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Tue, 4 Jun 2019 17:32:46 -0400 Subject: [PATCH] Change `workflow:` to `jobs:` in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3bf5d3f..d2389c0d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ actions: Matrix Testing: ```yaml -workflow: +jobs: build: strategy: matrix: @@ -40,4 +40,4 @@ workflow: # License -The scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file +The scripts and documentation in this project are released under the [MIT License](LICENSE)