Skip to content

Commit

Permalink
Remove utils from documentation as an exported module (adazzle#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
bronzdoc authored and rossjp committed Dec 14, 2018
1 parent 337937a commit 51fb829
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react-data-grid/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# react-data-grid

> The core of react-data-grid

## Install

```sh
npm install --save react-data-grid
```

## Usage
## Usage

```sh
import ReactDataGrid from 'react-data-grid';
Expand Down Expand Up @@ -39,7 +39,6 @@ Cell | [Cell](./src/Cell.js) |
HeaderCell | [HeaderCell](./src/HeaderCell.js) |
editors | [Editors](./src/editors) |
formatters | [Formatters](./src/formatters) |
utils | [utils](./src/utils) |
shapes | [shapes](./src/PropTypeShapes) |
_constants | [_constants](./src/AppConstants.js) |
_helpers | [_helpers](./src/helpers) |

0 comments on commit 51fb829

Please sign in to comment.