From a1a6fb81cf7345f9362ca22bef54a7c52d2fa21c Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Mon, 14 Aug 2023 11:36:48 +0100 Subject: [PATCH] Add syntax highlighting on Compose compiler metrics code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3c656c9..c0708122a 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Then copy the resulting baseline profile from the emulator to [`app/src/main/bas Run the following command to get and analyse compose compiler metrics: -``` +```bash ./gradlew assembleRelease -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true ```