From d21fca24a6ef9f3e5459c6d49a3859719d2f2c67 Mon Sep 17 00:00:00 2001 From: Beau Simensen Date: Wed, 18 Jan 2012 09:17:41 -0800 Subject: [PATCH] Forgot a bit. :-/ --- doc/faqs/vendor-bins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faqs/vendor-bins.md b/doc/faqs/vendor-bins.md index fd2fdf7ab..b6cf8dfed 100644 --- a/doc/faqs/vendor-bins.md +++ b/doc/faqs/vendor-bins.md @@ -69,4 +69,4 @@ Running `composer install` for this `composer.json` will look at all of project-b's dependencies and install them to `vendor/bin`. In this case, Composer will create a symlink from -`vendor/my-vendor/project-a/bin/project-a-bin` to `vendor/bin/project-a`. \ No newline at end of file +`vendor/my-vendor/project-a/bin/project-a-bin` to `vendor/bin/project-a-bin`. \ No newline at end of file