From 5cf7f54cbf1804b86467cfc5813f430490d63c28 Mon Sep 17 00:00:00 2001 From: anseki Date: Fri, 24 Apr 2015 17:10:21 +0900 Subject: [PATCH] Change code block language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d21b35..8b5cee5 100644 --- a/README.md +++ b/README.md @@ -1141,13 +1141,13 @@ This method displays a prompt-sign like: On Windows: -```console +```shell C:\Users\User\Path\To\Directory> ``` On others: -```console +```shell user@host:~/path/to/directory$ ```