update README

This commit is contained in:
Philipp Kunz 2018-01-29 23:30:09 +01:00
parent 98a583bae1
commit 14bb4a90bb

View File

@ -24,7 +24,7 @@ accepts a function call as parameter to execute in gulp pipeline
### Usage
```typescript
import * as gulp from "gulp";
import gulp = require('gulp');
import gulpFunction from "gulp-function"; // default ES6 export
// import {forFirst, forEach, atEnd} from 'gulp-function'