Skip to content

Commit

Permalink
docs: fix example typo
Browse files Browse the repository at this point in the history
Merge pull request #288 from kulakowka/patch-1
  • Loading branch information
cwelch5 committed May 31, 2017
2 parents 07851a6 + fddaa3f commit 312229e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import React from "react";
import {Helmet} from "react-helmet";

class Application extends React.Component {
render () {
return (
<div className="application">
<Helmet>
Expand All @@ -28,6 +29,7 @@ class Application extends React.Component {
...
</div>
);
}
};
```

Expand Down

0 comments on commit 312229e

Please sign in to comment.