From e885f577c5fbe852c53360f0f98bc1ad20943f04 Mon Sep 17 00:00:00 2001 From: Noah Kamara <40308075+NoahKamara@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:38:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b04d2cd..590131b 100644 --- a/README.md +++ b/README.md @@ -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`