Change code block language

This commit is contained in:
anseki 2015-04-24 17:10:21 +09:00
parent bcec4a3be2
commit 5cf7f54cbf

View file

@ -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$
``` ```