diff --git a/readme.md b/readme.md index b1dea11..7415782 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,12 @@ > Load multiple grunt tasks using globbing patterns +--- + +

🔥 Want to strengthen your core JavaScript skills and master ES6?
I would personally recommend this awesome ES6 course by Wes Bos.

+ +--- + Usually you would have to load each task one by one, which is unnecessarily cumbersome. This module will read the `dependencies`/`devDependencies`/`peerDependencies`/`optionalDependencies` in your package.json and load grunt tasks that match the provided patterns.