From df351f55ccf1997c2bc26b796902a2ffd179eeaa Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 6 Apr 2018 15:02:31 -0400 Subject: [PATCH] Add language tags --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61de252..71ddefe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Short reference of React.Component lifecycle methods so I don't have to scroll t #### constructor () -``` +```js /** * Create state and call super * @@ -24,7 +24,7 @@ constructor (props) { #### static getDerivedStateFromProps () -``` +```js /** * Props have changed, return the updated state *