Skip to content

Commit ae6a854

Browse files
Merge pull request #157 from microsoft/psl-bug-13427
docs: Update README.DEPLOYMENT.md
2 parents 772e5d7 + e278143 commit ae6a854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ Open PowerShell, change directory where you code cloned, then run the deploy scr
7474
cd .\Deployment\
7575
```
7676
```
77-
.\resourdedeployment.ps1
77+
.\resourcedeployment.ps1
7878
```
7979

8080
If you run into issue with PowerShell script file not being digitally signed, you can execute below command:
8181

8282
```
83-
powershell.exe -ExecutionPolicy Bypass -File ".\resourdedeployment.ps1"
83+
powershell.exe -ExecutionPolicy Bypass -File ".\resourcedeployment.ps1"
8484
```
8585

8686
You will be prompted for the following parameters with this Screen :

0 commit comments

Comments
 (0)