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