From 744234a5caf079936614ddcdc63d5594cb2089b7 Mon Sep 17 00:00:00 2001 From: Braulio Date: Wed, 24 Aug 2016 15:37:50 +0100 Subject: [PATCH] updated readme.md --- 18 ReactHotLoader/readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/18 ReactHotLoader/readme.md b/18 ReactHotLoader/readme.md index dcc0480..4617793 100644 --- a/18 ReactHotLoader/readme.md +++ b/18 ReactHotLoader/readme.md @@ -12,11 +12,10 @@ You don't need to update the source code of the app, all we have to do is instal Packages to install (dev dependencies): - - react-hot-loader - - webpack-hot-middleware + - react-hot-loader ``` -npm install react-hot-loader webpack-hot-middleware --save-dev +npm install react-hot-loader --save-dev ``` webpack config updates: