From 1185c54a9d72826f94c91d2387b7e31aef83bccc Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Sun, 1 Jan 2017 18:32:29 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 425e9f3..4bc5786 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,11 @@ Cli.Execute(args); `MyCliArguments` and `MyCliCommands` are defined as declarative POCOs using Attributes. Full documentation: https://nick-lucas.github.io/EntryPoint/ + Example Implementation: https://github.com/Nick-Lucas/EntryPoint/tree/master/test/Example ## Roadmap * **Future** * Support Lists * Support Data Validation - * 1.0 Release \ No newline at end of file + * 1.0 Release