Fix Windows sample command

The script mentioned actually accepts simply the version string without
the 'v' character.
This commit is contained in:
Qiming Teng
2021-06-05 17:24:22 +08:00
parent 8dfb6f9276
commit d0689c9937
@@ -188,7 +188,7 @@ To install a specific version of containerD specify the version with -ContainerD
```powershell
# Example
.\Install-Containerd.ps1 -ContainerDVersion v1.4.1
.\Install-Containerd.ps1 -ContainerDVersion 1.4.1
```
{{< /note >}}