Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 30, 2015
1 parent 63e6138 commit 55f1e05
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 @@ -50,7 +50,7 @@ The property `videoId` is optional, so you can use it or not. If you don't pass

```javascript
React.render(
<Video videoId={videoId} />,
<Video videoId={videoId} />
document.querySelector('#your-div')
);
```
Expand Down

0 comments on commit 55f1e05

Please sign in to comment.