From e9f82edfdd89484b5efc8a4195d7a264f4f30d38 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Sat, 11 Jun 2016 21:16:00 +1000 Subject: [PATCH] Fixup readme formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3ee962..2bd97be 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Simple golang pastebin inspired by nnmm.nl. ##Build Instructions -git clone https://github.com/ewhal/Pastebin -go get github.com/dchest/uniuri -go get github.com/ewhal/pygments -make +* git clone https://github.com/ewhal/Pastebin +* go get github.com/dchest/uniuri +* go get github.com/ewhal/pygments +* make