From 72081a241b85edc64569ece05d2178018e4913ca Mon Sep 17 00:00:00 2001 From: Alberto Pasqualetto Date: Fri, 14 May 2021 14:57:38 +0200 Subject: [PATCH] Fix visualization of comment in code block PR #2315 Signed-off-by: Romain Vimont --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f789d9..e0d40984 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ scrcpy --display 1 The list of display ids can be retrieved by: -``` +```bash adb shell dumpsys display # search "mDisplayId=" in the output ```