Update README.md

This commit is contained in:
Mathew Polzin
2018-11-13 08:40:16 -08:00
committed by GitHub
parent 956e5cd9ee
commit fdfe5145e1
+2
View File
@@ -61,6 +61,8 @@ The primary goals of this framework are:
- [ ] `EntityType` validator (using reflection)
- [ ] Property-based testing (using `SwiftCheck`)
- [ ] Roll my own `Result` or find an alternative that doesn't use `Foundation`.
- [ ] Create more descriptive errors that are easier to use for troubleshooting.
- [ ] Add errors that check consistency from one part of a document to another (i.e. includes must be referenced by a relationship in the primary resource object).
## Usage
### Prerequisites