Skip to content

Commit d00f0d8

Browse files
authored
Merge pull request #947 from KisaragiEffective/patch-1
docs: fix some code-blocks were not highlighted
2 parents bf93724 + 17f9d74 commit d00f0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ This will install Rustlings and give you access to the `rustlings` command. Run
3636

3737
In PowerShell (Run as Administrator), set `ExecutionPolicy` to `RemoteSigned`:
3838

39-
```ps
39+
```ps1
4040
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
4141
```
4242

4343
Then, you can run:
4444

45-
```ps
45+
```ps1
4646
Start-BitsTransfer -Source https://git.io/JTL5v -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1
4747
```
4848

0 commit comments

Comments
 (0)