From f9e734630fb81c40b9648a4321cb845f0828ce8e Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@wisc.edu>
Date: Tue, 28 Apr 2020 12:58:36 -0500
Subject: [PATCH] style: hierarchical heading

The heading below an h1 is an h2
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 638fc0a..ac100d2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 This is the root context of myuw. It is just here to serve up some static html pages for 500 and 400 level errors.
 
-### Development
+## Development
 
 From the root directory, run `npm start`. The web app will run at [http://localhost:8080](http://localhost:8080) and will 
 show the 404 page by default. 
\ No newline at end of file
-- 
GitLab