diff --git a/README.md b/README.md
index fcf3b5cd..faf7ce78 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ The `node-version` input is optional.  If not supplied, node which is in your PA
 # Usage
 
 See [action.yml](action.yml)
+- name: Setup Node.js environment
+  uses: actions/setup-node@v2.1.4
 
 Basic:
 ```yaml