From fe39f139ad4870764bea3c3172187fe865baa9d4 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Thu, 23 May 2024 17:51:08 +0200 Subject: [PATCH] docs: updated layout README [no ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83a2c8e..6a9df25 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Note that SHACL will validate your processor, so out-of-range or invalid values ### Contributor Guide -###### Pre-Commit Hooks +#### Pre-Commit Hooks This repository supports `pre-commit` hooks. To install the hooks, run the following command. @@ -37,7 +37,7 @@ This repository supports `pre-commit` hooks. To install the hooks, run the follo pre-commit install ``` -###### Formatting +#### Formatting The code in this repository is formatted using Meta's `ktfmt` tool, mainly due to the following feature.