From 4462088b53fc303f9de5bb6bc2149d70684c3572 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.name>
Date: Wed, 26 Feb 2020 17:41:03 +0000
Subject: Pretty up README

---
 README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 08c48bd..e457534 100644
--- a/README
+++ b/README
@@ -9,23 +9,23 @@ operations much faster.
 This is a Go package, and can be installed in the standard go way,
 by running `go get rescribe.xyz/integralimg` once go is installed.
 
-# Bugs
+## Bugs
 
 The standard deviation and mean functions don't produce precisely
 the same result as those run on non integral images. The difference
 is small enough that it has little effect for most uses, but it
 ought to be identical.
 
-# TODO
+## TODO
 
 Write tests for the package.
 
-# Contributions
+## Contributions
 
 Any and all comments, bug reports, patches or pull requests would
 be very welcomely received. Please email them to <nick@rescribe.xyz>.
 
-# License
+## License
 
 This package is licensed under the GPLv3. See the LICENSE file for
 more details.
-- 
cgit v1.2.1-24-ge1ad