From e340eaf04c3353c8b63c37a6081b80f17a647607 Mon Sep 17 00:00:00 2001 From: Denis Lukov Date: Mon, 10 Oct 2016 13:47:43 +0300 Subject: [PATCH] fixed module path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df68d00..abc2b6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The example below renders a grid with 100,000 items. ```jsx import React from 'react'; import ReactDOM from 'react-dom'; -import InfiniteGrid from '../src/grid'; +import InfiniteGrid from 'react-infinite-grid'; class ExampleItem extends React.Component {