Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b10f811

Browse files
authored
Merge pull request #821 from tacman/patch-1
fix backslash in bin command
2 parents 9940951 + d645ac4 commit b10f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ content repository:
308308

309309
.. code-block:: bash
310310
311-
$ php bin\console doctrine:phpcr:node:dump
311+
$ php bin/console doctrine:phpcr:node:dump
312312
313313
Create Data Fixtures
314314
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)