From cf73a43135a8fade75f1d7dbfe50ce7566625799 Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@wisc.edu>
Date: Tue, 28 Apr 2020 13:17:45 -0500
Subject: [PATCH] style: use <> for URLs as themselves

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c7f53ed..d9d058a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ context does not handle the request.
 ### Development of the root webapp
 
 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
+<http://localhost:8080> and will show the 404 page by
 default.
 
 ## MyUW Tomcat error valve
-- 
GitLab