Skip to content

Commit 75905f5

Browse files
author
Javier Diaz Chamorro
committed
docs: updated readme.md
1 parent 71782c9 commit 75905f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You can import `useCardBrand` into your component and use the `getSvgProps` call
1616

1717
```js
1818
import React from 'react';
19-
import { useCardBrand } from 'react-card-brand';
20-
import images from 'react-card-brand/images';
19+
import { useCardBrand, images } from 'react-card-brand';
2120

2221
export default function Example() {
2322
const { getSvgProps } = useCardBrand();

0 commit comments

Comments
 (0)