Skip to content

Commit 80ee886

Browse files
authored
Update README.md
1 parent c547824 commit 80ee886

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* [Exclude files from the matching](#exclude-files-from-the-matching)
1919
* [Wildcards: Match any one character with question mark ('?')](#wildcards-match-any-one-character-with-question-mark-)
2020
* [Case sensitivity](#case-sensitivity)
21+
- [Contributing](#contributing)
22+
- [License)(#license)
2123

2224
## Quick Start
2325

@@ -238,3 +240,9 @@ foo@bar:~$ ./main 'test_files_05/*.PNG'
238240
"test_files_05/file3.PNG"
239241
"test_files_05/file4.PNG"
240242
```
243+
244+
## Contributing
245+
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
246+
247+
## License
248+
The project is available under the [MIT](https://opensource.org/licenses/MIT) license.

0 commit comments

Comments
 (0)