Skip to content

Commit

Permalink
docs(readme): fix convert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Sep 6, 2015
1 parent 4ad6343 commit fc32c85
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 @@ -13,7 +13,7 @@ npm install --save convert-vinyl-to-vfile
## Usage
### ES2015
```javascript
import converVinylToVfile from 'convert-vinyl-to-vfile';
import convertVinylToVfile from 'convert-vinyl-to-vfile';
import {join} from 'path';
import VFile from 'vfile';
import Vinyl from 'vinyl';
Expand Down Expand Up @@ -41,7 +41,7 @@ vfile insanceof VFile;

### ES5
```javascript
var converVinylToVfile = require('convert-vinyl-to-vfile')
var convertVinylToVfile = require('convert-vinyl-to-vfile')
, join = require('path').join
, VFile = require('vfile')
, Vinyl = require('vinyl')
Expand Down

0 comments on commit fc32c85

Please sign in to comment.