From 6a6a53848c1f686c98d0fda311320fe45676eabf Mon Sep 17 00:00:00 2001 From: Darryl Hein Date: Sat, 5 Nov 2016 16:15:11 -0600 Subject: [PATCH] Updating example README to match note below it The note below says the instructions installs the latest stable version, but it was actually installing "~1" --- bundles/best_practices.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index 7a371a319b5..57d738ae568 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -208,7 +208,7 @@ following standardized instructions in your ``README.md`` file. following command to download the latest stable version of this bundle: ```console - $ composer require "~1" + $ composer require ``` This command requires you to have Composer installed globally, as explained @@ -256,7 +256,7 @@ following standardized instructions in your ``README.md`` file. .. code-block:: terminal - $ composer require "~1" + $ composer require This command requires you to have Composer installed globally, as explained in the `installation chapter`_ of the Composer documentation.