Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed May 21, 2015
1 parent f954992 commit 19e721a
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 @@ -118,9 +118,9 @@ configure({...}, hier, module);

## Resolving functions

In any part of the configuration that calls for a type a specific string format
is expected. It's made up of a module path as used in `require()` optionally
followed by a attribute name within brackets.
In any part of the configuration that calls for a type a string made up of a
module path as used in `require()` optionally followed by a attribute name
within brackets is expected.

e.g `module/submodule[attribute]` is equivalent to
`require('module/submodule').attribute`
Expand Down

0 comments on commit 19e721a

Please sign in to comment.