Skip to content

Commit beb5b68

Browse files
committed
Add minimal to readme
1 parent 4bd2044 commit beb5b68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/upstreamMessages/html/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ npm start
1717
| Sample Integration | Description |
1818
| ----------------------------------------- | ------------------------------------------------------------------------------------------------ |
1919
| [Recommended](src/recommended/index.html) | Start with this recommended sample integration. It displays all messages supported by the v6 SDK |
20+
| [Minimal](src/minimal/index.html) | This is a minimal integration. It only shows how a message can be auto bootstrapped |

client/upstreamMessages/html/src/recommended/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>Upstream Messages Recommended Integration</h1>
1010

1111
<div id="message-background">
12-
<paypal-message auto-bootstrap id="paypal-message"></paypal-message>
12+
<paypal-message id="paypal-message"></paypal-message>
1313
</div>
1414

1515
<!-- basic example product interaction -->

0 commit comments

Comments
 (0)