Skip to content

Commit

Permalink
Merge pull request #18 from Roblox/readme
Browse files Browse the repository at this point in the history
Update binary name in README.md
  • Loading branch information
Dustin Taylor authored Apr 30, 2020
2 parents 81350e3 + da96ae9 commit a948f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Test your changes locally before contributing.
The easiest way to test your changes is `make converge`.<br/>
`make converge` will:

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

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

0 comments on commit a948f46

Please sign in to comment.