Skip to content

Commit c09b6e3

Browse files
darrylheinjaviereguiluz
authored andcommitted
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"
1 parent cfae925 commit c09b6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ following standardized instructions in your ``README.md`` file.
210210
following command to download the latest stable version of this bundle:
211211
212212
```console
213-
$ composer require <package-name> "~1"
213+
$ composer require <package-name>
214214
```
215215
216216
This command requires you to have Composer installed globally, as explained
@@ -257,7 +257,7 @@ following standardized instructions in your ``README.md`` file.
257257
258258
.. code-block:: terminal
259259
260-
$ composer require <package-name> "~1"
260+
$ composer require <package-name>
261261
262262
This command requires you to have Composer installed globally, as explained
263263
in the `installation chapter`_ of the Composer documentation.

0 commit comments

Comments
 (0)