docs: Update readme format

This commit is contained in:
Jan Gleytenhoover 2024-08-25 16:14:37 +00:00
parent 15c758cd63
commit 543c8f6ae9

@ -21,7 +21,7 @@ jobs:
### Also dont forget to add a config ### Also dont forget to add a config
release.config.cjs release.config.cjs
``` ```yaml
module.exports = { module.exports = {
branches: ['main'], branches: ['main'],
@ -34,6 +34,4 @@ module.exports = {
}], }],
], ],
}; };
``` ```