Skip to content

Commit

Permalink
Fix relativ path usage in imports readme (#88)
Browse files Browse the repository at this point in the history
Link to `Basic commonJS style` and `Facebook style` was not relative, and therefore did not work.
  • Loading branch information
SindreSvendby authored and cpojer committed Jun 9, 2018
1 parent a18ee72 commit 4efb7d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/imports/README.md
Expand Up @@ -22,10 +22,10 @@ module.exports = function(fileInfo, api) {

Different configs will be needed based on your code style, this extension comes
with two default configs:
- [Basic commonJS style](config/CJSBasicRequireConfig.js), all requires in one
- [Basic commonJS style](./config/CJSBasicRequireConfig.js), all requires in one
block.
- [Facebook style](config/FBRequireConfig.js), requires are split by the case
of the module's name.
- [Facebook style](./config/FBRequireConfig.js), requires are split by the case
of the module's name

You can also provide your own custom config.

Expand Down

0 comments on commit 4efb7d0

Please sign in to comment.