diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md
index 40442b901b8658dcc7eb5038810e512ff0fa41a3..0ff28acd858c2a5f4b49c64903c5b62ad9991866 100644
--- a/SwitchEngines/README.md
+++ b/SwitchEngines/README.md
@@ -477,7 +477,7 @@ output "instance_id" {
 }
 ```
 
-We have declared two outputs. As usual with TF, before querying their
+We have declared one output. As usual with TF, before querying their
 associated values, we need to apply the changes:
 
 ``` shell