From 936c4081c723a8f5dea1b715e84d3aebf67c587f Mon Sep 17 00:00:00 2001 From: Noah Kamara <40308075+NoahKamara@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:33:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 (+, -, *, /, %)