From 2aaa66fdad297c32fb74567c5bb86284b4cf86c9 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Mon, 25 Nov 2019 08:51:39 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad58e92..6dce895 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ steps: - uses: actions/setup-python@v1 with: python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax. - architecture: 'x64' # (x64 or x86), optional. Defaults to x64 + architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - run: python my_script.py ```