Skip to content

Commit 2574d4f

Browse files
committed
📚 Updates README, spelling/grammar, removed Working section
1 parent 0caf954 commit 2574d4f

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ in the Composer manual][composer-manual-scripts].
110110
When this plugin is installed globally, composer will load the _global_ plugin rather
111111
than the one from the local repository. Despite [this behavior being documented
112112
in the composer manual][using-composer-plugins], it could potentially confuse
113-
as an other version of the plugin could be run and not the one specified by the project.
113+
as another version of the plugin could be run and not the one specified by the project.
114114

115115
## Developing Coding Standards
116116

@@ -124,7 +124,7 @@ Create a composer package of your coding standard by adding a `composer.json` fi
124124
"description" : "Package contains all coding standards of the Acme company",
125125
"require" : {
126126
"php" : ">=5.4.0,<8.0.0-dev",
127-
"squizlabs/php_codesniffer" : "^2.0"
127+
"squizlabs/php_codesniffer" : "^3.0"
128128
},
129129
"type" : "phpcodesniffer-standard"
130130
}
@@ -153,19 +153,7 @@ Thank you for being involved! :heart_eyes:
153153

154154
The original idea and setup of this repository is by [Franck Nijhof][frenck], employee @ Dealerdirect.
155155

156-
For a full list off all author and/or contributors, check [the contributors page][contributors].
157-
158-
## Working @ Dealerdirect
159-
160-
Dealerdirect is always on the looking for energetic and hard working developers
161-
and devops engineers.
162-
163-
Interested in working at Dealerdirect?
164-
Then please be sure to check out [our vacancies][vacancies].
165-
166-
Did not find a matching vacancy? Just [get in touch][get-in-touch]!
167-
168-
[dealerdirect.com][dealerdirectcom]
156+
For a full list of all author and/or contributors, check [the contributors page][contributors].
169157

170158
## License
171159

0 commit comments

Comments
 (0)