From fddaa3f19610436e0d9e20d2fbe2ba3d2773d7b5 Mon Sep 17 00:00:00 2001 From: Anton Kulakov Date: Wed, 31 May 2017 17:13:00 +0300 Subject: [PATCH] Fix typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab7a91ce..5c164dc0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ import React from "react"; import {Helmet} from "react-helmet"; class Application extends React.Component { + render () { return (
@@ -28,6 +29,7 @@ class Application extends React.Component { ...
); + } }; ```