From 71682182f7e6d90c09eed06af589430b17d90bd9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 23 Mar 2021 20:55:39 +0100 Subject: [PATCH] serde: Update README.md The information presented on serde_qs was actually wrong. --- ruma-serde/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruma-serde/README.md b/ruma-serde/README.md index 7102b30a..c6c7fc2b 100644 --- a/ruma-serde/README.md +++ b/ruma-serde/README.md @@ -2,7 +2,7 @@ This crate contains (de)serialization helpers for other ruma crates. -Part of that is a fork of serde_urlencoded, with support for sequences in `Deserialize` / -`Serialize` structs (e.g. `Vec`) that are (de)serialized as `field=val1&field=val2` -(instead of the more common `field[]=val1&field[]=val2` format supported by other crates like -`serde_qs`). +Part of that is a fork of [serde_urlencoded], with support for sequences in `Deserialize` / +`Serialize` structs (e.g. `Vec`) that are (de)serialized as `field=val1&field=val2`. + +[serde_urlencoded]: https://github.com/nox/serde_urlencoded