Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvulp committed Aug 8, 2014
1 parent 1b0130e commit 6535c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ var Alias = require('require-alias');

global.alias = new Alias({
aliases: {
'@root': './',
'@folder': 'this/is/an/'
'@root': './', // will point to C:\test\
'@folder': 'this/is/an/' // will point to C:\test\this\is\an\
}
});

Expand Down

0 comments on commit 6535c38

Please sign in to comment.