From 59ff5291f0de64afa1a999d7c649d0bd4d168662 Mon Sep 17 00:00:00 2001 From: morimoto Date: Fri, 18 Jan 2019 07:18:56 +0000 Subject: [PATCH] Fix doc. --- docs/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update.md b/docs/update.md index 1d0919b99..16f4c105a 100644 --- a/docs/update.md +++ b/docs/update.md @@ -58,7 +58,7 @@ use the version number `2018.11.07-1` on a comparison of the tags. must select the environment by `neco config set env ENV` sub-command. If `production` is set, `neco-updater` downloads latest release excluding pre-release version. Otherwise if `staging` is set, `neco-updater` downloads -latest pre-release version. +latest version from among releases and pre-releases. Implementation of update process --------------------------------