From 37039dc9f4eadae30ba840426ef411645a05921d Mon Sep 17 00:00:00 2001 From: dangreen Date: Mon, 7 Jan 2019 16:09:42 +0700 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47abf61..db6b637 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Options for `gulp-cache` plugin. > [Optional] What to store as the cached result of the task. -- Can be a function that returns an Object or a `Promise `that resolves to an Object. +- Can be a function that returns an Object or a `Promise` that resolves to an Object. - Can also be set to a string that will be picked of the task result file.