From 399644b62ad4ee98d2b6d555a1e2f8aab8f0fed3 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Thu, 22 Nov 2018 22:23:44 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0107a9c..47179a3 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The primary goals of this framework are: - [ ] Use `KeyPath` to specify `Includes` thus creating type safety around the relationship between a primary resource type and the types of included resources???? - [x] For `NoIncludes`, do not even loop over the "included" JSON API section if it exists. - [ ] Property-based testing (using `SwiftCheck`) -- [ ] Roll my own `Result` or find an alternative that doesn't use `Foundation`. +- [x] Roll my own `Result` or find an alternative that doesn't use `Foundation`. - [ ] Create more descriptive errors that are easier to use for troubleshooting. ## Usage