Skip to content

Commit a948f46

Browse files
author
Dustin Taylor
authored
Merge pull request #18 from Roblox/readme
Update binary name in README.md
2 parents 81350e3 + da96ae9 commit a948f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Test your changes locally before contributing.
4141
The easiest way to test your changes is `make converge`.<br/>
4242
`make converge` will:
4343

44-
1) Build the executable (iis-driver.exe)<br/>
44+
1) Build the executable (win_iis.exe)<br/>
4545
2) Spin up a vagrant VM (`vagrant up`) if it's not already running.<br/>
4646
3) Provision your changes into the VM (`vagrant provision`)<br/>
4747

@@ -64,4 +64,4 @@ Cleanup
6464
````
6565
make clean
6666
````
67-
This will destroy your vagrant VM (along with all your changes) and remove the executable (iis-driver.exe).
67+
This will destroy your vagrant VM (along with all your changes) and remove the executable (win_iis.exe).

0 commit comments

Comments
 (0)