Skip to content

Commit

Permalink
remove $ so gitclip works (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Dec 18, 2023
1 parent 594fd64 commit 91971af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ Installation

For a quick install with Composer use:

$ composer require seld/jsonlint
```bash
composer require seld/jsonlint
```

JSON Lint can easily be used within another app if you have a
[PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
Expand Down

0 comments on commit 91971af

Please sign in to comment.