Skip to content

Commit b5c99d4

Browse files
committed
Update workbench-desktop.md
1 parent de5cbb7 commit b5c99d4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/workbench-desktop.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ The Desktop Workbench (EvergreenUI) is currently in pre-release. Features and co
99

1010
## Launching the Workbench
1111

12-
Import the module and run `Start-EvergreenUI` to open the Evergreen Workbench window:
12+
Import the module and run `Start-EvergreenWorkbench` to open the Evergreen Workbench window:
1313

1414
```powershell
1515
Import-Module EvergreenUI
16-
Start-EvergreenUI
16+
Start-EvergreenWorkbench
1717
```
1818

19-
::: tip
20-
`Start-EvergreenWorkbench` is available as an alias for `Start-EvergreenUI`.
21-
:::
22-
2319
The UI opens to the Apps view by default. You can change the startup view and other preferences in [Settings](#settings).
2420

2521
## Apps view

0 commit comments

Comments
 (0)