From 54fe296de35a337e09d83bc5c91ea83aa535506c Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Sun, 25 Jun 2017 13:35:24 -0700
Subject: [PATCH] More

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

diff --git a/README.md b/README.md
index 4c8a5bd..f200377 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@ see how far I could get using only the stdlib.
 
 When I started this project, there were a handful of existing and incomplete
 golang ports, with the most promising being [ahmetb/go-httpbin][ahmet]. This
-project showed me how useful it might be to have an `httpbin` package available
-for testing golang applications.
+project showed me how useful it might be to have an `httpbin` _library_
+available for testing golang applications.
 
 ### Known differences from other httpbin versions
 
@@ -64,7 +64,7 @@ for testing golang applications.
 
 ## Development
 
-```
+```bash
 # local development
 make
 make test
-- 
GitLab