From 3373ef39e40971eba2cfc9e40fb5a013f56d63d6 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 12 Jun 2018 09:12:37 -0700 Subject: [PATCH] fix typo in readme config example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5c16911..a714aaf 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ format. An example config file with all available options:: ^/etc/ include = .* - only_include_with_project_file = false + include_only_with_project_file = false offline = true proxy = https://user:pass@localhost:8080 no_ssl_verify = false