From f88ac2dfef8c7d953cc36571097b499a0e359420 Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@wisc.edu>
Date: Tue, 28 Apr 2020 13:01:09 -0500
Subject: [PATCH] style: wrap lines

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c35438b..59cd92d 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 # MyUW root webapp
 
-This is the root context of myuw. It is just here to serve up some static html pages for 500 and 400 level errors.
+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
 
-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.
+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.
-- 
GitLab