Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
87Hz committed Jun 8, 2019
1 parent dfc1c74 commit 4c55dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ yarn add react-dom-props
### Usage

```jsx
import { pickHtmlProps, pickSvgProps } from 'react-dom-props';
import { pickHtmlProps } from 'react-dom-props/dist/pickHtmlProps';
import { pickSvgProps } from 'react-dom-props/dist/pickSvgProps';

export const MyComponent = props => {
// some logic here
Expand Down

0 comments on commit 4c55dc1

Please sign in to comment.