aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2a81fd..c36d39b 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ with [Serde](https://serde.rs/) you can enable the following feature flags:
`into_form` method for parsing data submitted from HTML forms.
- `hyper_body_json` additionaly provides an `into_json` method
-Furthermore Sputnik provides what's necessary to implement [signed & expiring
-cookies](#signed--expiring-cookies) with the expiry date encoded into the
-signed cookie value, providing a more lightweight alternative to JWT if you
-don't need interoperability.
+With the `security` feature Sputnik furthermore provides what's necessary to
+implement [signed & expiring cookies](#signed--expiring-cookies) with the
+expiry date encoded into the signed cookie value, providing a more
+lightweight alternative to JWT if you don't need interoperability.
Sputnik does **not** handle routing because even complex routing can be quite
easily implemented with nested `match` blocks. If you want a more high-level