Skip to content

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
romikoops committed Nov 8, 2011
1 parent afd8ded commit b4684d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ It was tested with Ruby 1.9.2, but assumes it should work with other Ruby versio
end
```


Specify shortcut method for Settings object:

```ruby
Expand All @@ -63,13 +62,14 @@ The priority ranks with respect to the setting places are as follows:
Thus, specifying some setting in command line will override the same setting value specified in <_default config file_> or <_custom config file_>

Example:

> default.yaml>>
> foo: bar
> foo1: default ${foo}
> foo2: default value
> > > foo: bar
> > > foo1: default ${foo}
> > > foo2: default value
> overwritten.yaml>>
> foo1: custom ${foo}
> > > foo1: custom ${foo}
set environment variable:

Expand Down

0 comments on commit b4684d2

Please sign in to comment.