소스 검색

Clarify docs

Jordi Boggiano 13 년 전
부모
커밋
f7feb82915
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md

+ 2 - 1
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.