Skip to content

Commit 4acb473

Browse files
committed
readme
1 parent ee9b83e commit 4acb473

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Danom.Validation/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ result.Match(
5959
x => Console.WriteLine("Input is valid: {0}", x),
6060
e => Console.WriteLine("Input is invalid: {0}", e));
6161
```
62+
63+
## Find a bug?
64+
65+
There's an [issue](https://github.com/pimbrouwers/Danom/issues) for that.
66+
67+
## License
68+
69+
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).

0 commit comments

Comments
 (0)