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