From bf6f80e8c15e65f99df09a9f40d431eb1b423b21 Mon Sep 17 00:00:00 2001 From: Kevin Schoon Date: Thu, 1 Feb 2018 16:32:37 -0500 Subject: [PATCH] fix readme --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a94683..374704d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Binaries are available for Linux and Darwin platforms in the [releases section]( ``` curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64 # Optionally verify file integrity -echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c - +echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c - chmod +x pomo ./pomo -v # Copy pomo to somewhere on your $PATH diff --git a/docs/index.html b/docs/index.html index 5dc88f0..48791b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -150,7 +150,7 @@
curl -L -o pomo https://github.com/kevinschoon/pomo/releases/download/0.4.0/pomo-0.4.0-linux-amd64
 # Optionally verify file integrity
-echo 2543baef75c58c01a246e8d79ac59c93  pomo | md5sum -c -
+echo 2543baef75c58c01a246e8d79ac59c93 pomo | md5sum -c -
 chmod +x pomo
 ./pomo -v
 # Copy pomo to somewhere on your $PATH