From 58de85c0f7ee67294cc1554be2c77af5eecd651a Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 21 May 2017 13:33:34 +0100 Subject: Update README. Code bears little resemblance to the serde_urlencoded code now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0c31907..954eab4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ querystrings. This crate is designed to extend [`serde_urlencoded`][urlencoded] 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 +The core of the library was inspired by [`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], -- cgit v1.2.3