diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-10 11:07:20 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-10 11:07:20 -0400 |
commit | 43008494c4c966cc2ced7f7a5d9d1a165b16ef88 (patch) | |
tree | bdfb0343ac4b95ce635d82fecbe1c90523abd8b7 /docs | |
parent | 6ef823be3ab475b36c242abb2fe3514869f188a0 (diff) |
Header level fix.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/dev-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index fd6d1d1..f96ffed 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -105,7 +105,7 @@ Since ZMK is built as a Zephyrâ„¢ application, the next step is to use `west` to initialize and update your workspace. The ZMK Zephyrâ„¢ application is in the `app/` source directory: -### Step into the repository +#### Step into the repository ```bash cd zmk |