From c14e27747675df65908d62a036e966c14fc1b737 Mon Sep 17 00:00:00 2001 From: Elliott Peay Date: Mon, 28 Oct 2013 17:28:26 -0400 Subject: [PATCH] Update 05-repositories.md Typo, which is best addressed as a small rewrite. --- doc/05-repositories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 94773f35a..ae947ea49 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -463,8 +463,8 @@ there are some use cases for hosting your own repository. might want to keep them separate to packagist. An example of this would be wordpress plugins. -When hosting your own package repository it is recommended to use a `composer` -one. This is type that is native to composer and yields the best performance. +For hosting your own packages, a native `composer` type of repository is +recommended, which provides the best performance. There are a few tools that can help you create a `composer` repository.