Преглед на файлове

This was nowhere near accurate before. Must have been thinking about the wrong then when I wrote this.

Beau Simensen преди 13 години
родител
ревизия
c1d1482393
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      doc/faqs/vendor-bins.md

+ 3 - 3
doc/faqs/vendor-bins.md

@@ -92,15 +92,15 @@ should **not** list the `.bat` file as a bin as it is not needed.
 
 
 Yes, there are two ways that an alternate vendor bin location can be specified.
 Yes, there are two ways that an alternate vendor bin location can be specified.
 
 
- * Setting the `vendor-dir` configuration setting in `composer.json`
- * Setting the environment variable `COMPOSER_VENDOR_DIR`
+ * Setting the `bin-dir` configuration setting in `composer.json`
+ * Setting the environment variable `COMPOSER_BIN_DIR`
 
 
 An example of the former looks like this:
 An example of the former looks like this:
 
 
 ```json
 ```json
 {
 {
     "config": {
     "config": {
-        "vendor-dir": "scripts"
+        "bin-dir": "scripts"
     }
     }
 }
 }
 ```
 ```