From 556ce23603958df344085640b02af35a4055d9ee Mon Sep 17 00:00:00 2001 From: Simon Edelmann Date: Thu, 24 Jun 2021 22:45:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20281eb..bb9cd47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CRUDKit for Vapor 4 +**Not actively maintained** (see https://github.com/simonedelmann/crud-kit/issues/) + We all write CRUD (Create-Read-Update-Delete) routes all the time. The intention of this package is to reduce repeating code and to provide a fast start for an API. ## Contribution