Skip to content

Commit

Permalink
Fix a mistake in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Feb 9, 2016
1 parent 5134a50 commit c375f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
(when-let [conf (cfg/get :conf)]
(cfg/populate-from-file conf))
(cfg/populate-from-env)
#+END_SRC
#+END_SRC

The order in which to tap the sources is up to you. Perhaps you want to
make environment variables overwrite command-line args, or give the highest priority to the config file
Expand Down
2 changes: 1 addition & 1 deletion example-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Experiment with configuration to change it, break it etc.

You can also run only the verification step:

``` boot verify --required-option --option-from-set=bar ```
``` boot verify --required-option --option-from-set bar ```

Run help to see all options:

Expand Down
2 changes: 1 addition & 1 deletion example-lein/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Experiment with configuration to change it, break it etc.

You can also run only the verification step:

``` lein verify --required-option --option-from-set=bar ```
``` lein verify --required-option --option-from-set bar ```

Run help to see all options:

Expand Down

0 comments on commit c375f1c

Please sign in to comment.