From f7feb8291562232933d46de8e13ce485f46a2dbb Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 21 Aug 2012 10:04:41 +0300 Subject: [PATCH] Clarify docs --- ...do-i-install-a-package-to-a-custom-path-for-my-framework.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md b/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md index 944683456..e64c00a2c 100644 --- a/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md +++ b/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md @@ -42,4 +42,5 @@ Now the package would be installed to your folder location, rather than the defa composer/installers determined location. > **Note:** You cannot use this to change the path of any package. This is only -> applicable to packages that require `composer/installers`. +> applicable to packages that require `composer/installers` and use a custom type +> that it handles.