nikitaeverywhere / react-xmasonry

Simple, minimalistic and featured native masonry layout for React JS.
https://zitros.github.io/react-xmasonry
MIT License
91 stars 12 forks source link

README.md edit | Fix import in readme.md #14

Closed alenthomas closed 5 years ago

alenthomas commented 5 years ago

fixes import statement in the usage section of readme

nikitaeverywhere commented 5 years ago

Please state two imports like this:

import { XMasonry, XBlock } from "react-xmasonry";             // Imports JSX plain sources
import { XMasonry, XBlock } from "react-xmasonry/dist/index";  // Imports precompiled bundle
alenthomas commented 5 years ago

I've modified and added both imports