Skip to content

Commit

Permalink
Update README.md (dfee#42)
Browse files Browse the repository at this point in the history
Fixing the typo
  • Loading branch information
thetechdabbler authored and couds committed Jun 16, 2018
1 parent 0c0073e commit c055946
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 @@ -28,7 +28,7 @@ import React from 'react';
// You can import from the global component (you will need to include the css file dist/react-bulma-components.min.css)
import { Columns } from 'react-bulma-components';

// You can also include the js that also bundle the ccs (do not work with server-side rendering)
// You can also include the js that also bundle the css (do not work with server-side rendering)
import { Columns } from 'react-bulma-components/full';

// [RECOMENDED] Or import only the components you will use (this will reduce the total bundle size)
Expand Down Expand Up @@ -121,4 +121,4 @@ resolve {
```


This page is open source. Noticed a typo? Or something unclear? Improve this page on [GitHub](https://github.com/couds/react-bulma-components/blob/master/README.md)
This page is open source. Noticed a typo? Or something unclear? Improve this page on [GitHub](https://github.com/couds/react-bulma-components/blob/master/README.md)

0 comments on commit c055946

Please sign in to comment.