From 92dc0845c567c851ef11edc7af734fce3ad4867b Mon Sep 17 00:00:00 2001 From: dblock Date: Sat, 26 Mar 2022 12:55:53 -0400 Subject: Fix: TOC. --- README.md | 84 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 9bb49ee..7eb039b 100644 --- a/README.md +++ b/README.md @@ -8,49 +8,47 @@ # Table of Contents -- [Hashie](#hashie) -- [Table of Contents](#table-of-contents) - - [Installation](#installation) - - [Stable Release](#stable-release) - - [Hash Extensions](#hash-extensions) - - [Logging](#logging) - - [Coercion](#coercion) - - [Coercing Collections](#coercing-collections) - - [Coercing Hashes](#coercing-hashes) - - [Coercing Core Types](#coercing-core-types) - - [Coercion Proc](#coercion-proc) - - [A note on circular coercion](#a-note-on-circular-coercion) - - [KeyConversion](#keyconversion) - - [MergeInitializer](#mergeinitializer) - - [MethodAccess](#methodaccess) - - [MethodAccessWithOverride](#methodaccesswithoverride) - - [MethodOverridingInitializer](#methodoverridinginitializer) - - [IndifferentAccess](#indifferentaccess) - - [IgnoreUndeclared](#ignoreundeclared) - - [DeepMerge](#deepmerge) - - [DeepFetch](#deepfetch) - - [DeepFind](#deepfind) - - [DeepLocate](#deeplocate) - - [StrictKeyAccess](#strictkeyaccess) - - [Mash](#mash) - - [KeepOriginalKeys](#keeporiginalkeys) - - [PermissiveRespondTo](#permissiverespondto) - - [SafeAssignment](#safeassignment) - - [SymbolizeKeys](#symbolizekeys) - - [DefineAccessors](#defineaccessors) - - [Dash](#dash) - - [Potential Gotchas](#potential-gotchas) - - [PropertyTranslation](#propertytranslation) - - [Mash and Rails 4 Strong Parameters](#mash-and-rails-4-strong-parameters) - - [Coercion](#coercion-1) - - [PredefinedValues](#predefinedvalues) - - [Trash](#trash) - - [Clash](#clash) - - [Rash](#rash) - - [Auto-Optimized](#auto-optimized) - - [Mascot](#mascot) - - [Contributing](#contributing) - - [Copyright](#copyright) +- [Installation](#installation) +- [Stable Release](#stable-release) +- [Hash Extensions](#hash-extensions) +- [Logging](#logging) + - [Coercion](#coercion) + - [Coercing Collections](#coercing-collections) + - [Coercing Hashes](#coercing-hashes) + - [Coercing Core Types](#coercing-core-types) + - [Coercion Proc](#coercion-proc) + - [A note on circular coercion](#a-note-on-circular-coercion) + - [KeyConversion](#keyconversion) + - [MergeInitializer](#mergeinitializer) + - [MethodAccess](#methodaccess) + - [MethodAccessWithOverride](#methodaccesswithoverride) + - [MethodOverridingInitializer](#methodoverridinginitializer) + - [IndifferentAccess](#indifferentaccess) + - [IgnoreUndeclared](#ignoreundeclared) + - [DeepMerge](#deepmerge) + - [DeepFetch](#deepfetch) + - [DeepFind](#deepfind) + - [DeepLocate](#deeplocate) +- [StrictKeyAccess](#strictkeyaccess) +- [Mash](#mash) + - [KeepOriginalKeys](#keeporiginalkeys) + - [PermissiveRespondTo](#permissiverespondto) + - [SafeAssignment](#safeassignment) + - [SymbolizeKeys](#symbolizekeys) + - [DefineAccessors](#defineaccessors) +- [Dash](#dash) + - [Potential Gotchas](#potential-gotchas) + - [PropertyTranslation](#propertytranslation) + - [Mash and Rails 4 Strong Parameters](#mash-and-rails-4-strong-parameters) + - [Coercion](#coercion-1) + - [PredefinedValues](#predefinedvalues) +- [Trash](#trash) +- [Clash](#clash) +- [Rash](#rash) + - [Auto-Optimized](#auto-optimized) +- [Mascot](#mascot) +- [Contributing](#contributing) +- [Copyright](#copyright) ## Installation -- cgit v1.2.1