From 14bb4a90bb752a57eabac17e080590cd07ac39a4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 29 Jan 2018 23:30:09 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 096b727..d3bb1cf 100644 --- a/README.md +++ b/README.md @@ -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'