diff --git a/docs/generate-command.md b/docs/generate-command.md index ce49d82a..9af15df5 100644 --- a/docs/generate-command.md +++ b/docs/generate-command.md @@ -64,11 +64,11 @@ export default { Choose a template. -
+
@@ -77,7 +77,7 @@ Choose a template. Nodemon is included by default for hot reloading. Check this option if you don't want to include nodemon. -
+
@@ -86,7 +86,7 @@ Nodemon is included by default for hot reloading. Check this option if you don't All dependencies are installed by default. Check this option if you don't want to install them. -
+
@@ -95,7 +95,7 @@ All dependencies are installed by default. Check this option if you don't want t Check this option if you want to have a Docker Compose in your project. -
+
@@ -104,9 +104,9 @@ Check this option if you want to have a Docker Compose in your project. Enter a name for your server app. Default name is `qse-server`. -
+
-

{{validatePackageName()}}

+

{{ validatePackageName() }}

## The command @@ -119,8 +119,11 @@ npm i -g quick_start_express ```