From f333f7b516619d4f6f0c2e61d040362289c05d06 Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Wed, 12 Dec 2018 00:20:13 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- README.template.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 90d9c77..06ede9b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ - [Contents](#contents) - [Examples](#examples) - [Get it](#get-it) - - [Using `go get`](#using-go-get) - - [Pre-built binary](#pre-built-binary) + - [Using `go get`](#using-go-get) + - [Pre-built binary](#pre-built-binary) - [Use it](#use-it) ## Examples @@ -67,7 +67,7 @@ curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.3/http # Windows curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.3/http-file-server_1.3.3_windows_x86_64.zip -unzip versions_1.3.3_windows_x86_64.zip +unzip http-file-server_1.3.3_windows_x86_64.zip ``` ## Use it diff --git a/README.template.md b/README.template.md index 6b970d8..abb6d90 100644 --- a/README.template.md +++ b/README.template.md @@ -9,8 +9,8 @@ - [Contents](#contents) - [Examples](#examples) - [Get it](#get-it) - - [Using `go get`](#using-go-get) - - [Pre-built binary](#pre-built-binary) + - [Using `go get`](#using-go-get) + - [Pre-built binary](#pre-built-binary) - [Use it](#use-it) ## Examples @@ -67,7 +67,7 @@ curl -L https://github.com/sgreben/${APP}/releases/download/${VERSION}/${APP}_${ # Windows curl -LO https://github.com/sgreben/${APP}/releases/download/${VERSION}/${APP}_${VERSION}_windows_x86_64.zip -unzip versions_${VERSION}_windows_x86_64.zip +unzip ${APP}_${VERSION}_windows_x86_64.zip ``` ## Use it