summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2022-03-26 12:55:53 -0400
committerdblock <dblock@dblock.org>2022-03-26 12:55:53 -0400
commit92dc0845c567c851ef11edc7af734fce3ad4867b (patch)
tree699b9b2101920b17d33c5694829dc2342c86e9ee
parentf326db495a7690e3ae6db447b196c4d2f9a9079a (diff)
downloadhashie-92dc0845c567c851ef11edc7af734fce3ad4867b.tar.gz
Fix: TOC.
-rw-r--r--README.md84
1 files 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