Skip to content

Commit 89c6918

Browse files
authored
Fix typos in windows installer README (#1217)
1 parent 37747f5 commit 89c6918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/windows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Uses the NSIS package to create the installer.
1010

1111
### Building
1212

13-
2 files must be places in the working directory before compiling the installer. These are:
13+
2 files must be placed in the working directory before compiling the installer. These are:
1414

1515
* `microk8s.exe`: This is the file generated by PyInstaller.
1616
* `multipass.exe`: This is the Multipass installer exe, which is run at install time.
1717

1818
Use the following command to compile the installer.
1919

2020
```
21-
makensis microk8s-windows.nsi
21+
makensis microk8s.nsi
2222
```

0 commit comments

Comments
 (0)