From aaf84618c726ab57650747b624a4ae2e8e4d564d Mon Sep 17 00:00:00 2001 From: Piotr Baran Date: Wed, 5 Oct 2016 12:06:58 +0200 Subject: [PATCH] Fix broken anchors in guide --- guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide.md b/guide.md index 837cc58..c588783 100644 --- a/guide.md +++ b/guide.md @@ -5,8 +5,8 @@ title: Format Guide ## Contents * [Variables](#variables) -* [SelectFormat](#selectFormat) -* [PluralFormat](#pluralFormat) +* [SelectFormat](#selectformat) +* [PluralFormat](#pluralformat) * [Intl Formatters](#intl-formatters) * [Custom Formatters](#custom-formatters) * [Nesting](#nesting)