From 68f6734126d3bfa371ccb0061dc1b74294378708 Mon Sep 17 00:00:00 2001
From: Bryan MacFarlane <bryanmacf@gmail.com>
Date: Thu, 25 Jul 2019 21:29:46 -0400
Subject: [PATCH] actions to steps

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 924392e7..cbe12f30 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ See [action.yml](action.yml)
 
 Basic:
 ```yaml
-actions:
+steps:
 - uses: actions/checkout@master
 - uses: actions/setup-python@master
   with:
@@ -28,7 +28,7 @@ jobs:
       matrix:
         python: [ 2.x, 3.x, pypy3 ]
     name: Python ${{ matrix.python }} sample
-    actions:
+    steps:
       - uses: actions/checkout@master
       - name: Setup python
         uses: actions/setup-python@master