Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahKamara authored Mar 11, 2024
1 parent adda76e commit e885f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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

## Feedback
Please feel free to create an [Issue](https://github.com/NoahKamara/CompoundPredicate/issues), or even better contribute actively by creating a [pull request](https://github.com/NoahKamara/CompoundPredicate/pulls)

## Implementation Progress
- [x] Arithmetic (+, -, *, /, %)
- [x] `+`, `-`, `*` `PredicateExpressions.Arithmetic`
Expand Down

0 comments on commit e885f57

Please sign in to comment.