Add sentence to Tab Completion section (#2506)

To see tab completion working, the user must open a new PS prompt. Fixes #1461
This commit is contained in:
Jim Galasyn 2017-03-27 17:10:20 -07:00 committed by GitHub
parent 9f8b9d78d5
commit c699a3f90b
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ PowerShell Module as follows.
Notepad $PROFILE
```
Now, when you press tab after typing the first few letters, Docker commands such
Open a new PowerShell session. Now, when you press tab after typing the first few letters, Docker commands such
as `start`, `stop`, `run`, and their options, along with container and image
names should now auto-complete.