From 18dac81ab3488fbd1649e2827047c02bff590e6d Mon Sep 17 00:00:00 2001 From: Tommy Schmidt Date: Mon, 21 Nov 2022 11:50:38 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e2c638..b08c476 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Include the following dependency in your project: de.darkatra feign-aws-sigv4-sdkv2 - 2.0.0 + 2.0.1 ``` @@ -116,8 +116,8 @@ This can be done by applying the Terraform CDK project found in `integration-tes 6. Wait until everything is set up. This should only take a few seconds. 7. Execute the Tests by running: ``` - # cd back to / export API_GATEWAY_URL=$(terraform output -raw api-gateway-url) + # cd back to / cd ../../../../.. mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=$API_GATEWAY_URL ```