From 713c3da4ccd35f5cf0ea0adf0f76aa92308caaf9 Mon Sep 17 00:00:00 2001 From: glyph Date: Fri, 15 Apr 2022 11:08:55 +0200 Subject: [PATCH] fix formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc1c78..229433a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,10 @@ The status of the current and previous CI builds can be viewed via the [Drone CI Adding `[CI SKIP]` to the end of a commit message results in the CI checks being skipped for the next event. For example: -`git commit -m "update readme [CI SKIP]"` -`git push origin main` +``` +git commit -m "update readme [CI SKIP]" +git push origin main +``` ## Developer Diaries