diff --git a/README.md b/README.md
index 402afa1..385e3a0 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ See [action.yml](action.yml)
 
 Basic (upload current working directory):
 ```yaml
-actions:
+steps:
 - uses: actions/checkout@master
 
 - uses: actions/download-artifact@master
@@ -21,7 +21,7 @@ actions:
 Download to specific directory:
 ```yaml
 
-actions:
+steps:
 - uses: actions/checkout@master
 
 - uses: actions/download-artifact@master