Skip to content

Commit 6c0f906

Browse files
committed
Remove Stagehand reference for "Dart: New Project" command
1 parent 6f4aab5 commit 6c0f906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This command will attempt to finish the current line you’re editing by adding
2323

2424
## Dart: New Project
2525

26-
This command simplifies creation of new Dart projects by using [stagehand](https://pub.dev/packages/stagehand). You will be asked to select a project type, enter a name for your project and pick a folder to create it in. The folder will be created and opened and all required files created automatically. A notification will appear once the creation process is complete and your project is ready to run.
26+
This command simplifies creation of new Dart projects by using `dart create`. You will be asked to select a project type, enter a name for your project and pick a folder to create it in. The folder will be created and opened and all required files created automatically. A notification will appear once the creation process is complete and your project is ready to run.
2727

2828
## Dart: Change SDK
2929

0 commit comments

Comments
 (0)