aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Jacob Rothstein <hi@jbr.me>2020-07-13 14:38:56 -0700
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:46:12 +0200
commitcb60f4e2dea45f9d6fceb45c8547160a5c8b1a24 (patch)
treef018a5fb0070f8acc493d9fe5ebe8d383182522a /README.md
parent29cb90bceb59d9dbea94342dfdd8136e1ef494e6 (diff)
downloadaskama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.tar.gz
askama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.tar.bz2
askama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.zip
alphabetize frameworks
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e581b09..b6d40ca 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ in a for-profit context, please consider supporting my open source work on
* Construct templates using a familiar, easy-to-use syntax
* Template code is compiled into your crate for [optimal performance][benchmarks]
* Benefit from the safety provided by Rust's type system
-* Optional built-in support for Actix, Gotham, Iron, Rocket, warp, and tide web frameworks
+* Optional built-in support for Actix, Gotham, Iron, 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
* Works on stable Rust