mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Minor doc tweaks
This commit is contained in:
parent
9e01e48ac4
commit
c9929a2e82
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
## What is a bin?
|
||||
|
||||
Any runnable code that a Composer package would like to pass along
|
||||
Any command line script that a Composer package would like to pass along
|
||||
to a user who installs the package should be listed as a bin.
|
||||
|
||||
If a package contains other runnable code that is not needed by the
|
||||
user (like build or compile scripts) that code should not be listed
|
||||
If a package contains other scripts that are not needed by the package
|
||||
users (like build or compile scripts) that code should not be listed
|
||||
as a bin.
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@ for any given project.
|
|||
It instructs Composer to install the package's bins to `vendor/bin`
|
||||
for any project that **depends** on that project.
|
||||
|
||||
This is a convenient way to expose useful runnable code that would
|
||||
This is a convenient way to expose useful scripts that would
|
||||
otherwise be hidden deep in the `vendor/` directory.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue