Skip to content

Commit ac5bf5f

Browse files
committed
Tweaks
1 parent a99f3d3 commit ac5bf5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

best_practices/creating-the-project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ to create files and execute the following commands:
2727

2828
**Linux and macOS systems**:
2929

30-
.. class:: command--linux
30+
.. class:: command-linux
3131
.. code-block:: terminal
3232
3333
$ cd projects/
3434
$ symfony new blog 3.4
3535
3636
**Windows systems**:
3737

38-
.. class:: command--windows
38+
.. class:: command-windows
3939
.. code-block:: terminal
4040
4141
> cd projects/

setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ executable that needs to be installed on your system only once:
2222

2323
**Linux and macOS systems**:
2424

25-
.. class:: command--linux
25+
.. class:: command-linux
2626
.. code-block:: terminal
2727
2828
$ sudo mkdir -p /usr/local/bin
@@ -31,10 +31,10 @@ executable that needs to be installed on your system only once:
3131
3232
**Windows systems**:
3333

34-
.. class:: command--windows
34+
.. class:: command-windows
3535
.. code-block:: terminal
3636
37-
c:\> php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
37+
> php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
3838
3939
.. note::
4040

@@ -43,7 +43,7 @@ executable that needs to be installed on your system only once:
4343
environment variable and create a ``symfony.bat`` file to create the global
4444
command or move it to any other directory convenient for you:
4545

46-
.. class:: command--windows
46+
.. class:: command-windows
4747
.. code-block:: terminal
4848
4949
# for example, if WAMP is used ...

0 commit comments

Comments
 (0)