diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb02793..185a0ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,9 @@ If a multiline string is needed, use the `-` YAML literal variant, i.e., `|-`, f ``` some-field: |- - Lorem ipsum... + Some + multiline + value ``` ### Links @@ -146,7 +148,7 @@ Before submitting any pull request, make sure the linter completes successfully: make lint ``` -Then use `make clean` to clean everything up. +Use `make clean` to clean everything up. [YAML]: https://yaml.org/ [`_data/functions.yml`]: https://github.com/GTFOBins/GTFOBins.github.io/blob/master/_data/functions.yml