Skip to content

Commit

Permalink
Fix README.md TOC links.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jul 22, 2016
1 parent f87fa12 commit 549f865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -21,11 +21,11 @@ This is a very lean Config component to help you write reusable code. It only of
* [Checking The Existence Of A Key](#checking-the-existence-of-a-key)
* [Getting The Value Of A Key](#getting-the-value-of-a-key)
* [Nested Keys](#nested-keys)
* [Example - Configuration File](#example-configuration-file)
* [Example - Configurable Class](#example-configurable-class)
* [Example - Getting The Config Into The Class](#example-getting-the-config-into-the-class)
* [Example - Class That Loads Default Config Unless Config Was Injected](#example-class-that-loads-default-config-unless-config-was-injected)
* [Example - Merging Several Configs Into One](#example-merging-several-configs-into-one)
* [Example - Configuration File](#example---configuration-file)
* [Example - Configurable Class](#example---configurable-class)
* [Example - Getting The Config Into The Class](#example---getting-the-config-into-the-class)
* [Example - Class That Loads Default Config Unless Config Was Injected](#example---class-that-loads-default-config-unless-config-was-injected)
* [Example - Merging Several Configs Into One](#example---merging-several-configs-into-one)
* [Config Formats](#config-formats)
* [Advanced Usage](#advanced-usage)
* [Configuration Schema](#configuration-schema)
Expand Down

0 comments on commit 549f865

Please sign in to comment.