Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 committed Nov 3, 2024
1 parent 0954bbc commit fe1b686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Replace `<db_type>` with the type of database, such as `mongo`, `mysql`, or `red
### What’s the purpose of the `generate` command in Orion CLI?
The `generate` command allows you to create templates for `controllers`, `routes`, or entire `modules`. For instance, to create a user module, you would use:
```bash
npm run generate module User
>>> npm run generate module User
```
This creates boilerplate files for routes and controllers.

Expand Down

0 comments on commit fe1b686

Please sign in to comment.