Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove $ so copy-to-clipboard works #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install the bundle:

.. code-block:: terminal

$ composer require sensiolabs/typescript-bundle
composer require sensiolabs/typescript-bundle

Usage
-----
Expand Down Expand Up @@ -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.
Expand Down
Loading