From c0f1215308da90942166111e381c3d087bb11c1d Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Tue, 12 Dec 2017 15:37:39 +0100 Subject: [PATCH 1/2] Update README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2c81f66e..39d7e96c 100644 --- a/README.rst +++ b/README.rst @@ -53,8 +53,9 @@ Options ``aliases`` option ~~~~~~~~~~~~~~~~~~ -This option defines one or more alternative names that can be used to install -the dependency. Its value is an array of strings. For example, if a dependency +This option (not available in the `recipes-contrib` repository) defines one or +more alternative names that can be used to install the dependency. +Its value is an array of strings. For example, if a dependency is published as ``acme-inc/acme-log-monolog-handler``, it can define one or more aliases to make it easier to install: From a3c3b2c794d4fc658265e45ea03fcb53a37dc887 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 13 Dec 2017 10:52:25 +0100 Subject: [PATCH 2/2] Fix syntax --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 39d7e96c..abb32aa0 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ Options ``aliases`` option ~~~~~~~~~~~~~~~~~~ -This option (not available in the `recipes-contrib` repository) defines one or +This option (not available in the ``recipes-contrib`` repository) defines one or more alternative names that can be used to install the dependency. Its value is an array of strings. For example, if a dependency is published as ``acme-inc/acme-log-monolog-handler``, it can define one or