Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from AlexanderEerenberg/master
Browse files Browse the repository at this point in the history
Updatet readme
  • Loading branch information
willemliufdmg committed Nov 16, 2017
2 parents e8bf052 + 0f05e65 commit 3f72a4b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ export default class foo {
}
render() {
return (<ImageButton
src={"img/button.svg"}
onClick={this.clickHandler.bind(this)}
className="image-btn btn"
alt="Special button"
/>);
return (
<ImageButton
src={"img/button.svg"}
onClick={this.clickHandler.bind(this)}
className="image-btn btn"
alt="Special button"
/>
);
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f72a4b

Please sign in to comment.