diff --git a/README.md b/README.md index 696b60f..26671f8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ let titleFilter = #Predicate { let filter = [lengthFilter, titleFilter].disjunction() ``` +## Documentation +The documentation is available [here](https://noahkamara.github.io/CompoundPredicate/documentation/compoundpredicate/) and as Docc archive you can view using Xcode ## Implementation Progress - [x] Arithmetic (+, -, *, /, %)