From e745a1cb03422bd3bf8cbac0090acb9885b6ec44 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 21 Feb 2018 13:22:57 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a8471b..d076baee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ After.js enables Next.js-like data fetching with any React SSR app that uses Rea You can quickly bootstrap an SSR React app with After.js using Razzle. While Razzle is not required, this documentation assumes you have the tooling setup for an isomorphic React application. ```bash -yarn create razzle-app --example with-afterjs myapp +yarn global add create-razzle-app +create-razzle-app --example with-afterjs myapp cd myapp yarn start ```