Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 01232e8

Browse files
authored
Merge pull request #29 from benox3/minor-changes
Update README and bump package.json version
2 parents 47c76ca + 406b797 commit 01232e8

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
@@ -6,7 +6,7 @@
66

77
React component for progressive and responsive image loading.
88

9-
react-pic works universally. On the server-side, it works by setting a default image (usually something very small to reduce data). On the client-side, it will try to load the optimal image based on [prop data](#Props).
9+
react-pic works universally. On the server-side, it works by setting a default image (usually something very small to reduce data). On the client-side, it will try to load the optimal image based on [prop data](#props).
1010

1111
## Installation
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pic",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "React component for progressive and responsive image loading.",
55
"author": "Ben Budnevich",
66
"main": "dist/commonjs/react-pic.js",

0 commit comments

Comments
 (0)