Skip to content

Commit

Permalink
Merge pull request jacobstr#9 from berkus/patch-1
Browse files Browse the repository at this point in the history
Fix spelling, typo
  • Loading branch information
jacobstr committed Feb 3, 2016
2 parents 1f51067 + a0a1c7b commit 9a227d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Confer

[![Build Status](https://travis-ci.org/jacobstr/confer.svg)](https://travis-ci.org/jacobstr/confer)

A [viper](http://github.com/spf13/viper) derived configuration management package.
A [viper](http://github.com/spf13/viper)-derived configuration management package.

Significant changes include:

* Materialized path access of configuration variables.
* The singleton has been replaced by separate instances, largely for tesability.
* The singleton has been replaced by separate instances, largely for testability.
* The ability to load and merge multiple configuration files.

Features
Expand Down Expand Up @@ -89,7 +89,7 @@ config.SetDefault("LayoutDir", "layouts")
config.SetDefault("Indexes", map[string]string{"tag": "tags", "category": "categories"})
```

### Setting Keys \ Value Pairs
### Setting Keys / Value Pairs
Sets a value. Has lower precedence than environment variables or command line flags.
```go
config.Set("verbose", true)
Expand Down

0 comments on commit 9a227d3

Please sign in to comment.