Skip to content

Commit cffcb04

Browse files
committed
minor symfony#52865 remove $ so gitclip works (tacman)
This PR was merged into the 7.1 branch. Discussion ---------- remove $ so gitclip works | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | no | New feature? no <!-- please update src/**/CHANGELOG.md files --> | License | MIT Using the copy button puts the $ into the clipboard, so it work or to simply paste it on the command line. Commits ------- b26386c remove $ so gitclip works
2 parents 05b677c + b26386c commit cffcb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Translation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Translation component provides tools to internationalize your application.
66
Getting Started
77
---------------
88

9-
```
10-
$ composer require symfony/translation
9+
```bash
10+
composer require symfony/translation
1111
```
1212

1313
```php

0 commit comments

Comments
 (0)