We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c547824 commit 80ee886Copy full SHA for 80ee886
README.md
@@ -18,6 +18,8 @@
18
* [Exclude files from the matching](#exclude-files-from-the-matching)
19
* [Wildcards: Match any one character with question mark ('?')](#wildcards-match-any-one-character-with-question-mark-)
20
* [Case sensitivity](#case-sensitivity)
21
+- [Contributing](#contributing)
22
+- [License)(#license)
23
24
## Quick Start
25
@@ -238,3 +240,9 @@ foo@bar:~$ ./main 'test_files_05/*.PNG'
238
240
"test_files_05/file3.PNG"
239
241
"test_files_05/file4.PNG"
242
```
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