From ac8b407cf09d44e17187bff2d740231917a94751 Mon Sep 17 00:00:00 2001 From: Lucas-Bide <58368878+Lucas-Bide@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:52:13 -0500 Subject: [PATCH] Update cli-commands.md --- docs/docs/cli-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cli-commands.md b/docs/docs/cli-commands.md index 72efaf45ca09..248a8da739bc 100644 --- a/docs/docs/cli-commands.md +++ b/docs/docs/cli-commands.md @@ -139,7 +139,7 @@ Launch an interactive Redwood shell (experimental): yarn redwood console ``` -Right now, you can only use the Redwood console to interact with your database: +Right now, you can only use the Redwood console to interact with your database (always with `await`): **Example**