From 28b324fa6e514d36f2a0fbef38798396a2cdc843 Mon Sep 17 00:00:00 2001 From: samuelea Date: Thu, 23 May 2024 16:18:45 -0400 Subject: [PATCH] docs cleanup --- packages/checkout/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/checkout/README.md b/packages/checkout/README.md index b47e8aa0..57141308 100644 --- a/packages/checkout/README.md +++ b/packages/checkout/README.md @@ -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()