Skip to content

Commit ca66b0e

Browse files
authored
Combine two code fences in README.md
Combine two adjacent code fences (each with a single command of the same programming language) into one code fence. Left a blank line between the two commands to improve readability.
1 parent f723f55 commit ca66b0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ Open an elevated PowerShell window (as administrator) and paste the following tw
5959

6060
```powershell
6161
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
62-
```
6362
64-
```powershell
6563
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
6664
```
6765

0 commit comments

Comments
 (0)