From fe1b686caa2c3ac5b428c119f1ff447158253091 Mon Sep 17 00:00:00 2001 From: Kartik Mehta Date: Sun, 3 Nov 2024 15:16:52 +0530 Subject: [PATCH] Fix Typo --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 32abcd8..f029b70 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -17,7 +17,7 @@ Replace `` 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.