diff --git a/computer-use-demo/README.md b/computer-use-demo/README.md index 4216aa2e..a7d09e80 100644 --- a/computer-use-demo/README.md +++ b/computer-use-demo/README.md @@ -54,7 +54,7 @@ You have a few options for authenticating with Bedrock. See the [boto3 documenta #### Option 1: (suggested) Use the host's AWS credentials file and AWS profile ```bash -export AWS_PROFILE= +export AWS_PROFILE= docker run \ -e API_PROVIDER=bedrock \ -e AWS_PROFILE=$AWS_PROFILE \