From 379708447a3a9238c7369c7240dcbfcab104da6a Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 13 Nov 2018 01:19:34 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 541131e..5599c04 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ The primary goals of this framework are: - [ ] `meta` ### Misc -- [ ] `EntityType` validator (using reflection). -- [ ] Property-based testing (using `SwiftCheck`). +- [ ] `EntityType` validator (using reflection) +- [ ] Property-based testing (using `SwiftCheck`) +- [ ] Roll my own `Result` or find an alternative that doesn't use `Foundation`. ## Usage ### Prerequisites