Skip to content

Commit

Permalink
docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed May 23, 2024
1 parent db41ec2 commit 28b324f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ This field specific the list of collectibles that will show up in the order summ
]
```

### Adding Funds with Credit Card
Kit also allows users to buy cryptocurrencies using credit card. Calling the triggerAddFunds function will cause a modal to appear.
### Adding Funds with a Credit Card
Kit allows users to buy cryptocurrencies using credit card. Calling the triggerAddFunds function will cause a modal to appear.

```js
import { useCheckoutModal } from '@0xsequence/kit-checkout'
import { useAddFundsModal } from '@0xsequence/kit-checkout'

const MyComponent = () => {
const { triggerAddFunds } = useAddFundsModal()
Expand Down

0 comments on commit 28b324f

Please sign in to comment.