diff --git a/docs/developers-guide.md b/docs/developers-guide.md
index 7bf7e722e61f7130e34a5ccfeda45c3d50a51c59..1496052b251480bc64b3f84e80226bf114ea0783 100644
--- a/docs/developers-guide.md
+++ b/docs/developers-guide.md
@@ -164,7 +164,7 @@ You can make API calls from the REPL using `metabase.http-client`:
 ;;     ...}
 ```
 
-## Developing with Emacs
+#### Developing with Emacs
 
 `.dir-locals.el` contains some Emacs Lisp that tells `clojure-mode` how to indent Metabase macros and which arguments are docstrings. Whenever this file is updated,
 Emacs will ask you if the code is safe to load. You can answer `!` to save it as safe.
@@ -178,7 +178,7 @@ You'll probably want to tell Emacs to store customizations in a different file.
   (load-file custom-file))
 ```
 
-## Checking for Out-of-Date Dependencies
+#### Checking for Out-of-Date Dependencies
 
     lein ancient                   # list all out-of-date dependencies
     lein ancient latest lein-ring  # list latest version of artifact lein-ring