From 9a4400c4680bd463b60e7858cb367cbc1778f9a0 Mon Sep 17 00:00:00 2001 From: jbhatab Date: Fri, 8 Jul 2016 19:02:44 -0700 Subject: [PATCH] added extra message for node option --- lib/generators/USAGE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/generators/USAGE b/lib/generators/USAGE index f66f1a7f78..f770ccbd8d 100644 --- a/lib/generators/USAGE +++ b/lib/generators/USAGE @@ -9,6 +9,10 @@ can pass the redux option if you'd like to have redux setup for you automaticall to integrate the Redux state container framework. The necessary node modules will be automatically included for you. +* Node + + Passing the --node generator option sets up the necessary files for node to render the react_components. + ******************************************************************************* After running the generator, you will want to: