fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-22 10:54:26 +02:00
parent 1763ede6df
commit 99395794d8

View File

@ -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