Skip to content

Commit cdda42d

Browse files
committed
update readme
1 parent bf36f67 commit cdda42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Compenent to render when the pen is being embedded or when it errors.
5757
If the embed fails then the loader component will receive an error prop
5858

5959
```js
60-
const Loading = (props) {
60+
const Loading = (props) => {
6161
if (props.error) {
6262
return (
6363
<div>Error</div>

0 commit comments

Comments
 (0)