Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimism committed Jan 30, 2022
1 parent ca63396 commit 4344031
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ npx scaffdog generate model
Then, scaffdog will ask you some questions. This is an example of creating Student model.

```zsh
? Please select the output destination directory. . # choose root(.)
? Please enter model name student #enter model name. Multiple words are also fine.
? Please select the output destination directory. . # Choose root(.)
? Please enter model name student # Enter model name. Multiple words are also fine.

🐶 Generated 2 files!

Expand All @@ -106,9 +106,9 @@ npx scaffdog generate model-component
Then, scaffdog will ask you some questions. This is an example of creating Student List Component, which is related to Student model.
```zsh
? Please select the output destination directory. . # choose root(.)
? Which model? student # enter model name. Multiple words are also fine.
? Plese enter component name student list # enter component name. Multiple words are also fine.
? Please select the output destination directory. . # Choose root(.)
? Which model? student # Enter model name. Multiple words are also fine.
? Plese enter component name student list # Enter component name. Multiple words are also fine.

🐶 Generated 3 files!

Expand All @@ -132,8 +132,8 @@ npx scaffdog generate page-component
Then, scaffdog will ask you some questions. This is an example of creating About page component.
```zsh
? Please select the output destination directory. . # choose root(.)
? Please enter component name about # enter component name. Multiple words are also fine.
? Please select the output destination directory. . # Choose root(.)
? Please enter component name about # Enter component name. Multiple words are also fine.

🐶 Generated 4 files!

Expand All @@ -159,8 +159,8 @@ Then, scaffdog will ask you some questions. This is an example of creating Butto
```zsh

? Please select the output destination directory. . # choose root(.)
? Please enter component name button #enter component name. Multiple words are also fine.
? Please select the output destination directory. . # Choose root(.)
? Please enter component name button # Enter component name. Multiple words are also fine.

🐶 Generated 2 files!

Expand Down

0 comments on commit 4344031

Please sign in to comment.