Skip to content

Commit

Permalink
Docs: Remove extra symbol in code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyl authored and phated committed Sep 27, 2016
1 parent 7b7b154 commit 23219a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -141,7 +141,6 @@ file.dirname = '/specs';

console.log(file.dirname); // /specs
console.log(file.path); // /specs/file.coffee
`
```

### basename
Expand All @@ -162,7 +161,6 @@ file.basename = 'file.js';

console.log(file.basename); // file.js
console.log(file.path); // /test/file.js
`
```

### stem
Expand All @@ -183,7 +181,6 @@ file.stem = 'foo';

console.log(file.stem); // foo
console.log(file.path); // /test/foo.coffee
`
```

### extname
Expand All @@ -204,7 +201,6 @@ file.extname = '.js';

console.log(file.extname); // .js
console.log(file.path); // /test/file.js
`
```

[npm-url]: https://npmjs.org/package/vinyl
Expand Down

0 comments on commit 23219a8

Please sign in to comment.