Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shettypuneeth committed Oct 23, 2017
1 parent bf36f67 commit cdda42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Compenent to render when the pen is being embedded or when it errors.
If the embed fails then the loader component will receive an error prop

```js
const Loading = (props) {
const Loading = (props) => {
if (props.error) {
return (
<div>Error</div>
Expand Down

0 comments on commit cdda42d

Please sign in to comment.