Skip to content

Commit b04efc1

Browse files
authored
Merge pull request #72 from github/DanWahlin-patch-1
Simplify startup shortcut instructions in README
2 parents 153d985 + 2f74622 commit b04efc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01-setup-and-first-steps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ Plan mode helps you create a step-by-step plan before writing any code. Use the
276276

277277
> 💡 **Tip**: **Shift+Tab** cycles between modes: Interactive → Plan → Autopilot. Press it anytime during an interactive session to switch modes without typing a command.
278278
279-
> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag — great when you already know what you want to plan:
279+
> 💡 **Startup shortcut**: You can launch the CLI directly in Plan mode from your terminal using the `--plan` flag.
280280
> ```bash
281-
> copilot --plan "Add a mark as read command to the book app"
281+
> copilot --plan
282282
> ```
283283
284284
```bash

0 commit comments

Comments
 (0)