From 11b3b302869d05773b34ce69c3b53fc94332dc3b Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 10:27:35 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 27e7dc0..172ee6f 100644 --- a/README.md +++ b/README.md @@ -235,3 +235,9 @@ program.parse_args({ "./test", "fez" }); auto input = program.get("input"); // baz ``` + +## Contributing +Contributions are welcomed, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. + +## License +The project is available under the [MIT](https://opensource.org/licenses/MIT) license.