@@ -95,7 +95,7 @@ still use the one provided in a project.
9595The following script will install a system wide Composer for you, including the QA tools.
9696
9797``` bash
98- bash <( curl -S https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh)
98+ bash <( curl -S https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh)
9999```
100100
101101That's it. This can be put in any instructions, such as a README or someone's blog, since the logic is in the shell
@@ -105,8 +105,8 @@ releases signature matches the public key of Dealerdirect.
105105
106106``` bash
107107gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
108- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh
109- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh.sig
108+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh
109+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh.sig
110110gpg --verify install.sh.sig
111111bash install.sh
112112```
@@ -115,7 +115,7 @@ This is obviously a shell script, if you're really concerned about the argument
115115activities within, you can easily review it before you run it.
116116
117117``` bash
118- curl -O https://raw.githubusercontent.com/DealerDirect /php-qa-tools/master/bin/install.sh
118+ curl -O https://raw.githubusercontent.com/Dealerdirect /php-qa-tools/master/bin/install.sh
119119less install.sh
120120bash instal.sh
121121```
@@ -182,7 +182,7 @@ Did not find a matching vacancy? Just [get in touch][get-in-touch]!
182182
183183The MIT License (MIT)
184184
185- Copyright (c) 2016-2017 Dealerdirect B.V.
185+ Copyright (c) 2016-2018 Dealerdirect B.V.
186186
187187Permission is hereby granted, free of charge, to any person obtaining a copy
188188of this software and associated documentation files (the "Software"), to deal
@@ -215,7 +215,7 @@ THE SOFTWARE.
215215[ grumphp ] : https://github.com/phpro/grumphp
216216[ json-lint ] : https://github.com/Seldaek/jsonlint
217217[ license-shield ] : https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
218- [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2017 .svg
218+ [ maintenance-shield ] : https://img.shields.io/maintenance/yes/2018 .svg
219219[ mockery ] : https://github.com/padraic/mockery
220220[ packagist-shield ] : https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
221221[ packagist-version-shield ] : https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
@@ -229,7 +229,7 @@ THE SOFTWARE.
229229[ phpcompatibility ] : https://github.com/wimg/PHPCompatibility
230230[ phpcov ] : https://github.com/sebastianbergmann/phpcov
231231[ phpcpd ] : https://github.com/sebastianbergmann/phpcpd
232- [ phpcs-composer-installer ] : https://github.com/DealerDirect /phpcodesniffer-composer-installer
232+ [ phpcs-composer-installer ] : https://github.com/Dealerdirect /phpcodesniffer-composer-installer
233233[ phpcs-fixer ] : http://cs.sensiolabs.org
234234[ phpcs ] : https://github.com/squizlabs/PHP_CodeSniffer
235235[ phpdoc ] : https://www.phpdoc.org
@@ -243,8 +243,8 @@ THE SOFTWARE.
243243[ sami ] : https://github.com/FriendsOfPHP/sami
244244[ security-checker ] : https://security.sensiolabs.org
245245[ tombstone-analyzer ] : https://github.com/scheb/tombstone-analyzer
246- [ travis-shield ] : https://img.shields.io/travis/DealerDirect /php-qa-tools.svg
247- [ travis ] : https://travis-ci.org/DealerDirect /php-qa-tools
246+ [ travis-shield ] : https://img.shields.io/travis/Dealerdirect /php-qa-tools.svg
247+ [ travis ] : https://travis-ci.org/Dealerdirect /php-qa-tools
248248[ vacancies ] : https://www.dealerdirect.com/en/vacancies
249249[ versioneye-shield ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg
250250[ versioneye ] : https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70
0 commit comments