Skip to content

Commit

Permalink
Update app manifest terms banner (#270)
Browse files Browse the repository at this point in the history
* Update app manifest and readme with same app name
  • Loading branch information
horeaporutiu authored Mar 21, 2024
1 parent c09e9cf commit 44074af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-dynamodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-dynamodb/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-s3/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 44074af

Please sign in to comment.