Skip to content

Commit

Permalink
docs: updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Diaz Chamorro committed Dec 20, 2019
1 parent 71782c9 commit 75905f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 75905f5

Please sign in to comment.