From 4d46b494f418d90222201c0718bd238c680edec9 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 5 Nov 2015 22:55:48 +0800 Subject: [PATCH] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e299fc..c1382db 100644 --- a/README.rst +++ b/README.rst @@ -181,7 +181,7 @@ host Hostname for self-hosted GitLab instance. token - GitLab authorization token used to call the API. If not specified, an environment variable ``NVCHECKER_GITLAB_TOKEN_host`` must provide that token. The ``host`` paart is the uppercased version of the ``host`` setting, with dots (``.``) and slashes (``/``) replaced by underscores (``_``). + GitLab authorization token used to call the API. If not specified, an environment variable ``NVCHECKER_GITLAB_TOKEN_host`` must provide that token. The ``host`` part is the uppercased version of the ``host`` setting, with dots (``.``) and slashes (``/``) replaced by underscores (``_``), e.g. ``NVCHECKER_GITLAB_TOKEN_GITLAB_COM``. Authenticated only.