From b4ddfabd738d91aea2c94a8e329ee76f77230b49 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 3 Jun 2013 14:14:07 +0200 Subject: [PATCH] Clarify language --- doc/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 775414102..88f221180 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -602,8 +602,8 @@ The following options are supported: `auto`. This option allows you to set the install method Composer will prefer to use. * **github-protocols:** Defaults to `["git", "https", "http"]`. A list of - protocols to use for github.com clones, in priority order. Use this if you are - behind a proxy or have somehow bad performances with the git protocol. + protocols to use when cloning from github.com, in priority order. Use this if you + are behind a proxy or have somehow bad performances with the git protocol. * **github-oauth:** A list of domain names and oauth keys. For example using `{"github.com": "oauthtoken"}` as the value of this option will use `oauthtoken` to access private repositories on github and to circumvent the low IP-based