diff --git a/docs/docs/cli-commands.md b/docs/docs/cli-commands.md index ffa43a7e09da..0f7e89fd180b 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**