Skip to content

Commit 2f39790

Browse files
committed
Adjust wording of 'Using derive' link
1 parent 53ddaf9 commit 2f39790

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,10 @@ autocomplete field names to prevent typos, which was impossible in the
196196
when we write `p.phones[0]`, then `p.phones` is guaranteed to be a
197197
`Vec<String>` so indexing into it makes sense and produces a `String`.
198198

199-
Read [Using derive](https://serde.rs/derive.html)
200-
for details on setting up `#[derive(Serialize, Deserialize)]` macro.
199+
The necessary setup for using Serde's derive macros is explained on the *[Using
200+
derive]* page of the Serde site.
201+
202+
[Using derive]: https://serde.rs/derive.html
201203

202204
## Constructing JSON values
203205

0 commit comments

Comments
 (0)