From 69dd40b4d5e2e4219fa2819d001c381dd8479740 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 15 Mar 2019 23:06:23 -0400 Subject: [PATCH] no need to sub:init anymore --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f32956fe9e..c78fc0a5ad 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ We provide detailed documentation and examples for using the CLI in our help cen **Run the app** ```bash -npm run sub:init npm install npm run build:watch ```