From e5d7fc0441803ec1b23f1dd10d196ab0d0ce2072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Wed, 28 May 2014 11:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=AF=B9bin=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=BF=BB=E8=AF=91=E6=89=80=E9=80=A0=E6=88=90=E7=9A=84?= =?UTF-8?q?=E6=AD=A7=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cn-introduction/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cn-introduction/04-schema.md b/cn-introduction/04-schema.md index 70d7537..deaa642 100644 --- a/cn-introduction/04-schema.md +++ b/cn-introduction/04-schema.md @@ -745,9 +745,9 @@ $extra = $event->getComposer()->getPackage()->getExtra(); ### bin -这个属性告知系统有一组文件,它们应该被视为二进制文件,并(在 config 属性中设置)被软链接到 `bin-dir` 目录。 +该属性用于标注一组应被视为二进制脚本的文件,他们会被软链接到(config 对象中的)`bin-dir` 属性所标注的目录,以供其他依赖库调用。 -详细请查看 [Vendor Binaries](https://github.com/5-say/composer-doc-cn/issues/articles/vendor-binaries.md)。 +详细请查看 [Vendor Binaries](articles/vendor-binaries.md)。 可选。