diff --git a/README.md b/README.md
index 484c9ff887e964a6e0fa28fc316cef19e2b3486e..3fd67a5c82c358679844f4bdd8dc49f424765211 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,14 @@ git clone https://github.com/richarah/dorothy.git
 ```
 
 Once the repository has been cloned, the Docker image may be built without further configuration via the provided `build.sh`:
-#### Via build.sh (recommended for most users)
+## Via build.sh (recommended for most users)
 ```
 cd dorothy
 ./build.sh
 ```
 Depending on your machine and Internet connection, this may take anywhere from 15 minutes to two hours.
 
-#### Via Docker command
+## Via Docker command
 The Dorothy image may also be built 'manually' via Docker command, which may be useful for non-standard configurations (see below)
 ```
 docker build -t dorothy-tui .