Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #59 from saturation/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yocontra committed Jul 16, 2014
2 parents 45c55f4 + 33134eb commit f371ba7
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 @@ -64,9 +64,9 @@ This is just [vinyl](https://github.com/wearefractal/vinyl)

```javascript
var file = new gutil.File({
base: join(__dirname, './fixtures/'),
base: path.join(__dirname, './fixtures/'),
cwd: __dirname,
path: join(__dirname, './fixtures/test.coffee')
path: path.join(__dirname, './fixtures/test.coffee')
});
```

Expand Down

0 comments on commit f371ba7

Please sign in to comment.