update readme

This commit is contained in:
Mathew Polzin
2018-11-22 22:23:44 -08:00
parent 3b1e5f7414
commit 399644b62a
+1 -1
View File
@@ -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