From e7bc2d614457fa2b56f8832e0e74dca481ae93b8 Mon Sep 17 00:00:00 2001 From: johnecon Date: Thu, 23 Dec 2021 17:35:11 +0200 Subject: [PATCH] fix: apiKeyValue typo in README.md Fixing typo: `apiKeyValue` -> `api-key-value` --- aws-apigateway-py-routes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-apigateway-py-routes/README.md b/aws-apigateway-py-routes/README.md index 8c51fed6b..8ce517994 100644 --- a/aws-apigateway-py-routes/README.md +++ b/aws-apigateway-py-routes/README.md @@ -83,7 +83,7 @@ $ curl -w '\n' "$(pulumi stack output swagger-url)" "uuid": ... } -$ curl -w '\n' -H "x-api-key: $(pulumi stack output apiKeyValue --show-secrets)" "$(pulumi stack output url)key-authorized" +$ curl -w '\n' -H "x-api-key: $(pulumi stack output api-key-value --show-secrets)" "$(pulumi stack output url)key-authorized" Hello, API Gateway! ```