From 687eda561c62e6732f805489cfd5c36d3363566d Mon Sep 17 00:00:00 2001 From: Bertus Steenberg Date: Sun, 13 Jan 2019 17:18:19 +0200 Subject: [PATCH] s/dpeneding/depending/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa011d2..7bc77ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Go does not provide the way to install/update the stable version of tools. By de tools are updated: 1. using `go get -u`, but it is not stable because HEAD of the repository is built -2. using system's package manager, but it is harder to release because of dpeneding on the platform +2. using system's package manager, but it is harder to release because of depending on the platform 3. downloading executables from GitHub release page, but it requires users to download and put it manually [go-github-selfupdate][] resolves the problem of 3. by detecting the latest release, downloading it and