Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Apr 5, 2016
1 parent 0b078a1 commit f0eacb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Configuration options:
* `replacements` - An object mapping RegExp strings with RegExp replacements, or a function that will return a replacement.
* `verbose` - If true, then aliasify will print modifications it is making to stdout.
* `configDir` - An absolute path to resolve relative paths against. If you're using package.json, this will automatically be filled in for you with the directory containing package.json. If you're using a .js file for configuration, set this to `__dirname`.
* `appliesTo` - Controls which files will be transformed. By default, only JS type files will be transformed ('.js', '.coffee', etc...). See [browserify-trasnform-tools documentation](https://github.com/benbria/browserify-transform-tools/wiki/Transform-Configuration#common-configuration) for details.
* `appliesTo` - Controls which files will be transformed. By default, only JS type files will be transformed ('.js', '.coffee', etc...). See [browserify-transform-tools documentation](https://github.com/benbria/browserify-transform-tools/wiki/Transform-Configuration#common-configuration) for details.

Relative Requires
=================
Expand Down

0 comments on commit f0eacb5

Please sign in to comment.