From b804cb1d0372a7ba998f41fd746392898dcd7755 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Sat, 20 Apr 2024 06:46:25 -0400 Subject: [PATCH] remove $ so copy-to-clipboard works --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 32840c1..999e9ac 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,7 +15,7 @@ Install the bundle: .. code-block:: terminal - $ composer require sensiolabs/typescript-bundle + composer require sensiolabs/typescript-bundle Usage ----- @@ -92,7 +92,7 @@ To see the full config from this bundle, run: .. code-block:: terminal - $ php bin/console config:dump sensiolabs_typescript + php bin/console config:dump sensiolabs_typescript The main option is ``source_dir``, which defaults to ``[%kernel.project_dir%/assets]``. This is an array of the directories that will be compiled.