Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kulakowka authored May 31, 2017
1 parent 07851a6 commit fddaa3f
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 fddaa3f

Please sign in to comment.