From b3dbe28e9a0a021e4f9a8c876e7b56509650f376 Mon Sep 17 00:00:00 2001
From: Tyler Ang-Wanek <tylerw@axosoft.com>
Date: Mon, 30 Sep 2019 09:25:37 -0700
Subject: [PATCH] Do not include example for node-arch, as it is considered
 advanced use

---
 README.md | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 891f3f9c..e8348d85 100644
--- a/README.md
+++ b/README.md
@@ -100,18 +100,8 @@ steps:
 - run: npm rebuild && npm run prepare --if-present
 ```
 
-Specifying a different architecture than the system architecture:
-```yaml
-steps:
-- uses: actions/checkout@master
-- uses: actions/setup-node@v1
-  with:
-    node-version: '10.x'
-    node-arch: 'x86'
-- run: npm install
-- run: npm test
-```
 
+Additionally, the architecture can be selected using `node-arch`. Values are `x86`, `x64`, `arm64`, `armv6l`, `armv7l, `ppc64le`, `s390x`. **Not all architectures are available on all platforms.**
 
 # License