update WSLv1 version

This commit is contained in:
Aleksandr Chebotov
2020-11-16 19:13:37 +03:00
parent efcf173e49
commit 763c1277c6

View File

@@ -30,7 +30,7 @@ if (Test-IsWin19)
{
$markdown += New-MDHeader "Enabled windows optional features" -Level 2
$markdown += New-MDList -Style Unordered -Lines @(
"Windows Subsystem for Linux"
"Windows Subsystem for Linux [WSLv1]"
)
}