Skip to content

Commit

Permalink
Fix case typo in README example
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
insin committed Dec 4, 2015
1 parent 2bcd081 commit 6eebdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Browser bundles are available, which export a global `GridForms` variable and ex
```javascript
var GridForms = require('react-gridforms')
// or
var {Gridform, Fieldset, Row, Field} = require('react-gridforms')
var {GridForm, Fieldset, Row, Field} = require('react-gridforms')
// or
import {Gridform, Fieldset, Row, Field} from 'react-gridforms'
import {GridForm, Fieldset, Row, Field} from 'react-gridforms'
```

Nest `<Fieldset>`, `<Row>` and `<Field>` components under a `<GridForm>` as necessary, using a `span` prop to control the relative size of each field.
Expand Down

0 comments on commit 6eebdab

Please sign in to comment.