From faae9ba1f0500d033ee037caa7d1d446054d0a6e Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 21 Oct 2019 05:23:16 -0500 Subject: [PATCH] rm redundant ES Modules documentation, now included --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 7542c29..ca6732e 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,6 @@ class Gallery extends React.Component { export default Gallery; ``` -ES6-style modules are also supported, just use: - -```js -import Masonry from 'react-masonry-component'; -``` - ##### Custom props You can also include your own custom props - EG: inline-style and event handlers.