diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index 506127d97..f69e90f0c 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -1,5 +1,5 @@ # Setting up and using custom installers diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index aa6b360a5..a91123f90 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -1,3 +1,6 @@ + # Handling private packages with Satis Satis can be used to host the metadata of your company's private packages, or diff --git a/doc/articles/vendor-bins.md b/doc/articles/vendor-bins.md index ce7a0607c..a915bbca6 100644 --- a/doc/articles/vendor-bins.md +++ b/doc/articles/vendor-bins.md @@ -1,3 +1,6 @@ + # bin and vendor/bin ## What is a bin? @@ -99,4 +102,4 @@ An example of the former looks like this: Running `composer install` for this `composer.json` will result in all of the vendor bins being installed in `scripts/` instead of -`vendor/bin/`. \ No newline at end of file +`vendor/bin/`.