diff --git a/src/templates/getting-started.pug b/src/templates/getting-started.pug index 33e3c3a..5f4a32f 100644 --- a/src/templates/getting-started.pug +++ b/src/templates/getting-started.pug @@ -71,7 +71,7 @@ section.container#getting-started | Create a new app using the command = ' ' code - | milligram init + | milligram |, then install dependencies and run with = ' ' code @@ -79,7 +79,7 @@ section.container#getting-started | . pre.code.prettyprint.lang-bash code.code-content - | $ milligram init new_app + | $ milligram new_app | $ cd new_app | $ npm start if (isHome)