From 1d1267651ad3de28985d8a684e3f95fbae637b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6hrl?= Date: Mon, 23 Sep 2019 21:08:19 +0200 Subject: [PATCH] improve readability of readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 408f359..81b4ad9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Shows the current calendar week in the system tray Currently only tested in Windows 10. -```go -./getdeps.cmd # Get the required dependencies -./build.cmd # Build the application +```console +$> ./getdeps.cmd # Get the required dependencies +$> ./build.cmd # Build the application ``` \ No newline at end of file