diff --git a/docs/book/installation/installation.rst b/docs/book/installation/installation.rst index 42132d72c4..a1ea7441fd 100644 --- a/docs/book/installation/installation.rst +++ b/docs/book/installation/installation.rst @@ -25,11 +25,11 @@ To begin creating your new project, run this command: Worry not, upgrading from 1.x to 2.x will be possible. It is currently recommended to start with 1.x and upgrade the project once 2.0 is there, but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment - on Sylius 2.0-ALPHA.X/BETA.X. + on Sylius 2.0-BETA.X. .. code-block:: bash - composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme + composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme .. note:: diff --git a/docs/getting-started-with-sylius/installation.rst b/docs/getting-started-with-sylius/installation.rst index 90e2472371..bee32a573f 100644 --- a/docs/getting-started-with-sylius/installation.rst +++ b/docs/getting-started-with-sylius/installation.rst @@ -34,11 +34,11 @@ It will create a ``MyFirstShop`` directory with a brand new Sylius application i Worry not, upgrading from 1.x to 2.x will be possible. It is currently recommended to start with 1.x and upgrade the project once 2.0 is there, but if you'd like to start playing around with the still-in-progress version, you can use this command to set the environment - on Sylius 2.0-ALPHA.X/BETA.X. + on Sylius 2.0-BETA.X. .. code-block:: bash - composer composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev acme + composer create-project --stability=dev sylius/sylius-standard:2.0.x-dev MyFirstShop .. note::