aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar René Kijewski <kijewski@library.vetmed.fu-berlin.de>2022-02-01 16:09:54 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-02-02 08:59:57 +0100
commita480c25efe8ddc9c0d6a6a9e3c990ce730c315e4 (patch)
tree47a48a39f149c2b640865a096c1aef4fa5424946 /README.md
parentdaf7e98c92cea21603e794676f95baa6ddc8f752 (diff)
downloadaskama-a480c25efe8ddc9c0d6a6a9e3c990ce730c315e4.tar.gz
askama-a480c25efe8ddc9c0d6a6a9e3c990ce730c315e4.tar.bz2
askama-a480c25efe8ddc9c0d6a6a9e3c990ce730c315e4.zip
Update README.md, sync with the book
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c18dd2..34e6a2d 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ in a for-profit context, please consider supporting my open source work on
* Construct templates using a familiar, easy-to-use syntax
* Benefit from the safety provided by Rust's type system
* Template code is compiled into your crate for [optimal performance][benchmarks]
-* Optional built-in support for Actix, Axum, Gotham, Iron, Rocket, tide, and warp web frameworks
+* Optional built-in support for Actix, Axum, Gotham, Mendes, Rocket, tide, and warp web frameworks
* Debugging features to assist you in template development
* Templates must be valid UTF-8 and produce UTF-8 when rendered
* IDE support available in [JetBrains products](https://plugins.jetbrains.com/plugin/16591-askama-template-support)