From 895eebec11cb5e44408c49c672d3db0216c99135 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 14 Apr 2014 22:03:29 +0200 Subject: [PATCH] Fixing broken reference to 1-dist.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47949e5..ad3e75c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ git clone https://github.com/dvorka/hstr.git * create build files using: ```bash -cd ./dist && ./dist-1.sh && cd .. +cd ./dist && ./1-dist.sh && cd .. ``` * install `hh` using: