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 10, 2024
1 parent dd680e3 commit 936c408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ let titleFilter = #Predicate<Book> {
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 (+, -, *, /, %)
Expand Down

0 comments on commit 936c408

Please sign in to comment.