diff --git a/README.md b/README.md index 3511bcb..294d92b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ You can import `useCardBrand` into your component and use the `getSvgProps` call ```js import React from 'react'; -import { useCardBrand } from 'react-card-brand'; -import images from 'react-card-brand/images'; +import { useCardBrand, images } from 'react-card-brand'; export default function Example() { const { getSvgProps } = useCardBrand();