summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 94075e0..371b618 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ when using nested parameters, similar to those used by [qs][qs] for Node, and
commonly used by Ruby on Rails via [Rake][Rake].
The core of the library is heavily adapted from
-[`application/x-www-form-urlencoded`][urlencoded], which should be preferred
+[`serde_urlencoded`][urlencoded], which should be preferred
over this crate whenever non-nested query parameters are sufficient. It is built
upon [Serde], a high performance generic serialization framework and [rust-url],
a URL parser for Rust.