From ef42c4e258dfcc99151328e8ab66e48039636cff Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 19 Apr 2018 17:58:07 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d01c310..e68c213 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ It provides `selfupdate` package. - `selfupdate.DetectLatest()`: Detect the latest version of given repository. - `selfupdate.DetectVersion()`: Detect the user defined version of given repository. - `selfupdate.UpdateTo()`: Update given command to the binary hosted on given URL. -- `selfupdate.Updater`: Context manager of self-upadte process. If you want to customize some behavior +- `selfupdate.Updater`: Context manager of self-update process. If you want to customize some behavior of self-update (e.g. specify API token, use GitHub Enterprise, ...), please make an instance of `Updater` and use its methods.