Skip to content

Commit b7f6a65

Browse files
committed
Fix readme
1 parent bcb5e3a commit b7f6a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const MyLoader = () => {
2424
**Or in custom mode:** [example](#custom-style)
2525
```js
2626
// import the component
27-
import ContentLoader, { Rect, Circle }
27+
import ContentLoader, { Rect, Circle } from 'react-content-loader'
2828

2929
const MyLoader = () => {
3030
return(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-content-loader",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "This project is a collection the loader based on styles cards on Facebook, make with SVG and React.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)