From 66f6e13741a5162c9806fa06bbd62c7d6a18a8e4 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sat, 17 Feb 2024 15:58:33 +0000 Subject: [PATCH] Update README Update checklist/contributors --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 046a499..5381159 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,13 @@ If you are interested in _Jetzig_ you will probably find these tools interesting * :white_check_mark: Static content from /public directory. * :white_check_mark: Headers (available but not yet wrapped). * :white_check_mark: Stack trace output on error. -* :x: Static content generation (nearly there!). +* :white_check_mark: Static content generation. * :x: Param/JSON payload parsing/abstracting. +* :x: Static content paramater definitions. * :x: Environment configurations (develompent/production/etc.) * :x: Middleware extensions (for e.g. authentication). * :x: Email delivery. -* :x: Custom/dynamic routes. +* :x: Custom/non-conventional routes. * :x: General-purpose cache. * :x: Background jobs. * :x: Testing helpers for testing HTTP requests/responses. @@ -48,5 +49,6 @@ If you are interested in _Jetzig_ you will probably find these tools interesting ## Contributors -* [Zackary Housend](github.com/z1fire) +* [Zackary Housend](https://github.com/z1fire) +* [Andreas Stührk](https://github.com/Trundle) * [Bob Farrell](https://github.com/bobf)