Update README.md

This commit is contained in:
Mathew Polzin
2018-11-13 01:19:34 -08:00
committed by GitHub
parent 3bf678f332
commit 379708447a
+3 -2
View File
@@ -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