From a3dcd646a00d21940768e1584e4f464d0b8fa62b Mon Sep 17 00:00:00 2001 From: Viacheslav Mefodin Date: Wed, 14 Jun 2017 13:06:40 +0300 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9e55a..cb0f899 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install with `npm install react-absolute-grid` ```javascript import React from 'react'; -import createAbosluteGrid from './lib/AbsoluteGrid.jsx'; +import createAbsoluteGrid from './lib/AbsoluteGrid.jsx'; // This is the component that will display your data import YourDisplayComponent from 'your-display-component';