From 99395794d840c4412049ee951b8802ca604036b0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 22 Aug 2019 10:54:26 +0200 Subject: [PATCH] fix(core): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7858f76..549af33 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use TypeScript for best in class instellisense. ```javascript import { Smartchok } from 'smartchok'; -let mySmartChok = new Smartchok(['some/path/**/*.any', '/absolute/*.js'], chokidarOptions); +const mySmartChok = new Smartchok(['some/path/**/*.any', '/absolute/*.js'], chokidarOptions); mySmartChok.add(['/some/**/*.any']); // add files