浏览代码

Change `dependencies` to `binaries`

Kat 7 年之前
父节点
当前提交
a34f88cb01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/vendor-binaries.md

+ 1 - 1
doc/articles/vendor-binaries.md

@@ -66,7 +66,7 @@ Say project `my-vendor/project-b` has requirements setup like this:
 ```
 
 Running `composer install` for this `composer.json` will look at
-all of project-a's dependencies and install them to `vendor/bin`.
+all of project-a's binaries and install them to `vendor/bin`.
 
 In this case, Composer will make `vendor/my-vendor/project-a/bin/project-a-bin`
 available as `vendor/bin/project-a-bin`. On a Unix-like platform