From 75905f52079b478d246dcb981b1b38c5835241c0 Mon Sep 17 00:00:00 2001 From: Javier Diaz Chamorro Date: Fri, 20 Dec 2019 12:28:42 -0600 Subject: [PATCH] docs: updated readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();