From 6ed4faa717a1e560c764a0e30e101c4f05ba15ab Mon Sep 17 00:00:00 2001 From: Sander Bol Date: Mon, 11 Jun 2018 13:46:45 +0200 Subject: [PATCH] Fix readme typo in `sam -version` `sam -version` -> "Error: no such option: -v" `sam --version` -> "SAM CLI, version 0.3.0" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 63659cc564..972a081699 100644 --- a/README.rst +++ b/README.rst @@ -201,7 +201,7 @@ Install with PyEnv $ pip install --user aws-sam-cli # Verify your installation worked - $ sam –version + $ sam -–version Troubleshooting ~~~~~~~~~~~~~~~