Skip to content

Commit 0b322dd

Browse files
authored
docs: phrase tl;dr more elegantly
1 parent 7f21553 commit 0b322dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€ŽREADME.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
[![npm latest][2]][3] [![npm next][10]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
1010

1111

12-
* πŸš“ Enforce commit conventions
13-
* πŸ€– Plays nicely with `conventional-changelog`
14-
* πŸ“¦ Supports shareable configuration
12+
* πŸš“ Be a good `commitizen`
13+
* πŸ“¦ Share configuration via `npm`
14+
* πŸ€– Tap into `conventional-changelog`
1515

1616
## Getting started
1717

@@ -31,9 +31,9 @@ echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.c
3131
* Configuration is picked up from `commitlint.config.js` files
3232
* Packages: [cli](./@commitlint/cli), [core](./@commitlint/core)
3333
* See [Rules](./docs/reference-rules.md) for a complete list of possible rules
34-
* An example configurations can be found at [@commitlint/config-angular](./@commitlint/config-angular/index.js)
34+
* An example configuration can be found at [@commitlint/config-angular](./@commitlint/config-angular/index.js)
3535

36-
## Shared configurations
36+
## Shared configuration
3737

3838
A number of shared configurations are available to install and use with `commitlint`:
3939

0 commit comments

Comments
Β (0)