Skip to content

Commit e22684c

Browse files
none: updated readme
1 parent f52f142 commit e22684c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm i super-simple-flex-grid-react
1818

1919
### Usage
2020
```javascript
21-
import { FlexRow as Row, FlexCell as Col } from 'node_modules/super-simple-flex-grid-react/FlexGrid';
21+
import { FlexRow as Row, FlexCell as Col } from 'node_modules/super-simple-flex-grid-react';
2222

2323
const FlexGridExample = () => (
2424
<Row>
@@ -57,10 +57,10 @@ const FlexGridExample = () => (
5757
| [endV] | `bool` | end vertically | `align-items: flex-end` |
5858
| [spaceAround] | `bool` | space around | `justify-content: space-around` |
5959
| [spaceBetween] | `bool` | space between | `justify-content: space-between` |
60-
| [grow] | `int` | grow | `flex-grow: x` |
6160
| [shrink] | `bool` | shrink | `flex-shrink: 1; flex-grow: 0; flex-basis: inherit;` |
62-
| [ellipsis] | `bool` | ellipse text | `overflow: hidden` **[^1]** |
6361
| [noMargin] | `bool` | no margin | `margin: 0 !important` |
62+
| [grow] | `int` | grow | `flex-grow: x` |
63+
| [ellipsis] | `bool` | ellipse text | `overflow: hidden` **[^1]** |
6464

6565
**[^1]** Ellipsis prop also adds a child `div` that contains the following CSS:
6666
```scss
@@ -115,7 +115,7 @@ MIT
115115
[noMargin]: <https://open-sauces.github.io/super-simple-flex-grid-react/example/dist/#noMargin>
116116

117117

118-
[Super-simple-flex-grid]: <https://github.com/open-sauces/super-simple-flex-grid>
118+
[Super simple flex grid]: <https://github.com/open-sauces/super-simple-flex-grid>
119119
[React]: <https://facebook.github.io/react>
120120
[Webpack]: <http://webpack.github.io>
121121
[Babel]: <https://babeljs.io>

0 commit comments

Comments
 (0)