Skip to content

Commit 4542b2c

Browse files
author
Captivation Software
committed
Cleaned up README
1 parent f4767c3 commit 4542b2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ var Form = React.createClass({
2727
render: function() {
2828
return (
2929
<form>
30-
<FileInput name="myImage" accept=".png,.gif" placeholder="My File" className="inputClass" onChange={this.handleChange} />
30+
<FileInput name="myImage"
31+
accept=".png,.gif"
32+
placeholder="My Image"
33+
className="inputClass"
34+
onChange={this.handleChange} />
3135
</form>
3236
);
3337
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-file-input",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Simple file input component for React",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)