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

Update README.md #2

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ Checks in our pre-commit hook
This library is available on [Packagist](https://packagist.org/packages/hgtan/symfony-pre-commit).
The recommended way to install this library is through [Composer](http://getcomposer.org):

add hgtan/symfony-pre-commit as a composer dependency.

composer.json
```bash
"require-dev": {
...
"hgtan/symfony-pre-commit": "dev-master"
}
php composer.phar update hgtan/symfony-pre-commit
``` bash
composer require --dev hgtan/symfony-pre-commit:dev-master
```

**USAGE:**

When a developer clones the project, it just needs to:
Expand Down