Skip to content

Commit 390f0d3

Browse files
committed
Fix Contribution section of the README
1 parent f3d8647 commit 390f0d3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Bad copy/paste in the [README](README.md) file
12+
913
## [1.1.0]
1014

1115
### Fixed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,12 @@ $query = $queryBuilder
9595
You can contribute to the library.
9696
To do so, you have Github issues to:
9797
- ask your question
98-
- notify any change in the providers
99-
- suggest new provider
100-
- request any change (typo, bad code, etc.)
98+
- request any change (typo, bad code, new feature etc.)
10199
- and much more...
102100

103101
You also have PR to:
104-
- add a new provider
105102
- suggest a correction
103+
- suggest a new feature
106104
- and much more...
107105

108106
See [CONTRIBUTING](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)