From 62af23df032651923de559df7b615f7c4fac8e6c Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Wed, 9 Feb 2022 16:30:54 +0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3acfff58..9b77694e 100644 --- a/README.md +++ b/README.md @@ -594,8 +594,8 @@ dictionary = formats.to_dict() assert DateTimeFormats.from_dict(dictionary) == formats ``` -In addition, you can pass a field value as is without changes using `pass_through` -as a value for `serialize` option. +In addition, you can pass a field value as is without changes using +[`pass_through`](#passing-field-values-as-is). #### `alias` option