Skip to content

Commit

Permalink
chore(docs): update readme badges (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa committed Jun 1, 2022
1 parent 7da810a commit b12287b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ PayPal JS SDK Legal Messaging Component
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]

[build-badge]: https://img.shields.io/github/workflow/status/paypal/paypal-example-components/build?logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-example-components/actions?query=workflow%3Abuild
[coverage-badge]: https://img.shields.io/codecov/c/github/paypal/paypal-example-components.svg?style=flat-square
[coverage]: https://codecov.io/github/paypal/paypal-example-components/
[version-badge]: https://img.shields.io/npm/v/@paypal/example-components.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/example-components
[license-badge]: https://img.shields.io/npm/l/@paypal/example-components.svg?style=flat-square
[license]: https://github.com/paypal/paypal-example-components/blob/main/LICENSE

PayPal JS SDK Legal Component to Display Legal Messages for various Payment Methods
[build-badge]: https://img.shields.io/github/workflow/status/paypal/paypal-legal-components/build?logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-legal-components/actions?query=workflow%3Abuild
[coverage-badge]: https://img.shields.io/codecov/c/github/paypal/paypal-legal-components.svg?style=flat-square
[coverage]: https://codecov.io/github/paypal/paypal-legal-components/
[version-badge]: https://img.shields.io/npm/v/@paypal/legal-components.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/legal-components
[license-badge]: https://img.shields.io/npm/l/@paypal/legal-components.svg?style=flat-square
[license]: https://github.com/paypal/paypal-legal-components/blob/main/LICENSE

PayPal JS SDK Legal Component to Display Legal Messages for various Payment Methods
### Quick start

See [src/index.js](./src/index.js)
Expand Down Expand Up @@ -60,7 +60,7 @@ npm run release
<script src="https://www.paypal.com/sdk/js?client-id=test&components=legal"></script>
<!-- Place the container div right above the final Checkout Button -->
<div id="paypal-legal-container"></div>
<div id="paypal-legal-container"></div>
<script>
paypal.Legal({
Expand All @@ -75,4 +75,4 @@ paypal.Legal({

See the hosted example [here](https://pui-legal-app.herokuapp.com/)

<img width="1000" alt="image" src="https://user-images.githubusercontent.com/9788837/162337448-79b1d6c8-6766-41d6-920f-f5400b777e02.png">
<img width="1000" alt="image" src="https://user-images.githubusercontent.com/9788837/162337448-79b1d6c8-6766-41d6-920f-f5400b777e02.png">

0 comments on commit b12287b

Please sign in to comment.