diff --git a/src/Danom.Validation/README.md b/src/Danom.Validation/README.md index 7dbb312..6524188 100644 --- a/src/Danom.Validation/README.md +++ b/src/Danom.Validation/README.md @@ -59,3 +59,11 @@ result.Match( x => Console.WriteLine("Input is valid: {0}", x), e => Console.WriteLine("Input is invalid: {0}", e)); ``` + +## Find a bug? + +There's an [issue](https://github.com/pimbrouwers/Danom/issues) for that. + +## License + +Built with ♥ by [Pim Brouwers](https://github.com/pimbrouwers) in Toronto, ON. Licensed under [Apache License 2.0](https://github.com/pimbrouwers/Danom/blob/master/LICENSE).