diff --git a/examples/terms-modal-banner-dynamodb/README.md b/examples/terms-modal-banner-dynamodb/README.md index 46dc3b65e..394c52a63 100644 --- a/examples/terms-modal-banner-dynamodb/README.md +++ b/examples/terms-modal-banner-dynamodb/README.md @@ -70,7 +70,7 @@ Once you have finished all of the steps related to AWS in the [developer tutoria ```yaml # See https://developers.miro.com/docs/app-manifest on how to use this -appName: dynamodb-modal-banner +appName: Terms Modal Banner DynamoDB sdkVersion: SDK_V2 sdkUri: >- https://dynamodb-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html diff --git a/examples/terms-modal-banner-dynamodb/app-manifest.yaml b/examples/terms-modal-banner-dynamodb/app-manifest.yaml index 99943b789..cc684284d 100644 --- a/examples/terms-modal-banner-dynamodb/app-manifest.yaml +++ b/examples/terms-modal-banner-dynamodb/app-manifest.yaml @@ -1,6 +1,6 @@ # See https://developers.miro.com/docs/app-manifest on how to use this # make sure to replace the sdkUri with the correct URL (it will be different for each deployment) -appName: dynamodb-modal-banner +appName: Terms Modal Banner DynamoDB sdkVersion: SDK_V2 sdkUri: >- https://dynamodb-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html diff --git a/examples/terms-modal-banner-s3/README.md b/examples/terms-modal-banner-s3/README.md index ff3eb287e..1c0a5a189 100644 --- a/examples/terms-modal-banner-s3/README.md +++ b/examples/terms-modal-banner-s3/README.md @@ -69,7 +69,7 @@ Once you have finished all of the steps related to AWS in the [developer tutoria ```yaml # See https://developers.miro.com/docs/app-manifest on how to use this -appName: s3-modal-banner +appName: Terms Modal Banner S3 sdkVersion: SDK_V2 sdkUri: >- https://s3-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html diff --git a/examples/terms-modal-banner-s3/app-manifest.yaml b/examples/terms-modal-banner-s3/app-manifest.yaml index 5fbf52eb0..ee4a38d3f 100644 --- a/examples/terms-modal-banner-s3/app-manifest.yaml +++ b/examples/terms-modal-banner-s3/app-manifest.yaml @@ -1,6 +1,6 @@ # See https://developers.miro.com/docs/app-manifest on how to use this # make sure to replace the sdkUri with the correct URL (it will be different for each deployment) -appName: s3-modal-banner +appName: Terms Modal Banner S3 sdkVersion: SDK_V2 sdkUri: >- https://s3-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html