Change code block language
This commit is contained in:
parent
bcec4a3be2
commit
5cf7f54cbf
1 changed files with 2 additions and 2 deletions
|
@ -1141,13 +1141,13 @@ This method displays a prompt-sign like:
|
||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
|
|
||||||
```console
|
```shell
|
||||||
C:\Users\User\Path\To\Directory>
|
C:\Users\User\Path\To\Directory>
|
||||||
```
|
```
|
||||||
|
|
||||||
On others:
|
On others:
|
||||||
|
|
||||||
```console
|
```shell
|
||||||
user@host:~/path/to/directory$
|
user@host:~/path/to/directory$
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue