From 9a5089610b79cbe35ac0c0839ae4ebf53e45699c Mon Sep 17 00:00:00 2001 From: Lucas Caton Date: Sun, 1 Dec 2024 10:46:51 +1000 Subject: [PATCH] Update table of contents --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dff0dc5..d31c7a4 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,16 @@ so you can **add behaviour** and also **reuse** them! 😀 ## Table of Contents -- [EnumerateIt](#enumerateit) - - [Why would I want a gem if Rails already has native enumerations support?](#why-would-i-want-a-gem-if-rails-already-has-native-enumerations-support) - - [Table of Contents](#table-of-contents) - [Installation](#installation) - [Using with Rails](#using-with-rails) - [Creating enumerations](#creating-enumerations) - [Sorting enumerations](#sorting-enumerations) - [Using enumerations](#using-enumerations) - [FAQ](#faq) - - [Why define enumerations outside the class that uses them?](#why-define-enumerations-outside-the-class-that-uses-them) - - [Can I use `enumerate_it` gem without Rails?](#can-i-use-enumerate_it-gem-without-rails) - - [What versions of Ruby and Rails are supported?](#what-versions-of-ruby-and-rails-are-supported) - - [Can I set a value to always be at the end of a sorted list?](#can-i-set-a-value-to-always-be-at-the-end-of-a-sorted-list) + - [Why define enumerations outside the class that uses them?](#why-define-enumerations-outside-the-class-that-uses-them) + - [Can I use `enumerate_it` gem without Rails?](#can-i-use-enumerate_it-gem-without-rails) + - [What versions of Ruby and Rails are supported?](#what-versions-of-ruby-and-rails-are-supported) + - [Can I set a value to always be at the end of a sorted list?](#can-i-set-a-value-to-always-be-at-the-end-of-a-sorted-list) - [I18n](#i18n) - [Translate a name-spaced enumeration](#translate-a-name-spaced-enumeration) - [Handling a legacy database](#handling-a-legacy-database)