From 90b802a7327b5960fa675bf6eaac1a8ae0282d43 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 11 Sep 2017 00:11:20 +0200 Subject: [PATCH] Documentation: Wording on multi version package repo doc --- doc/05-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 06669384d..ad2a04b45 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -518,7 +518,7 @@ Typically you would leave the source part off, as you don't really need it. > reference you will have to delete the package to force an update, and will > have to deal with an unstable lock file. -"package" option can also get an array as value. Using this, you can define several versions of your package like this : +The `"package"` key in a `package` repository may be set to an array to define multiple versions of a package: ```json {