fix formatting

This commit is contained in:
glyph 2022-04-15 11:08:55 +02:00
parent 92c7d7daa9
commit 713c3da4cc
1 changed files with 4 additions and 2 deletions

View File

@ -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