From 4837084942101e018fe442d65a76573d65e8a306 Mon Sep 17 00:00:00 2001 From: Brandon Hilkert Date: Wed, 20 Jan 2016 12:07:11 -0500 Subject: [PATCH] Fix link to Custom Serializer section Looks like the heading changed at some point, not allowing one to easily click down to that section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adab3ef9..d0159bb2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ has been destroyed. - [Storing metadata](#storing-metadata) - Extensibility - [Custom Version Classes](#custom-version-classes) - - [Custom Serializer](#using-a-custom-serializer) + - [Custom Serializer](#custom-serializer) - [Testing](#testing) - [Sinatra](#sinatra)