From 8f058733dc7745f6a25cc7eaa9218cad59cb4a78 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 25 Oct 2016 08:10:38 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 97336bd2..0df06be5 100644 --- a/Readme.md +++ b/Readme.md @@ -89,7 +89,7 @@ export default () => ( ) ``` -### Lifecycle components +### Component lifecycle When you need state, lifecycle hooks or **initial data population** you can export a `React.Component`: