From e8c1879398cc9d0178f47b7a0674ceae1c2520ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enmanuel=20Dur=C3=A1n?= Date: Thu, 20 Dec 2018 16:52:54 -0300 Subject: [PATCH] Removing extra path not needed in example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 51379bf..48bed2a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ When using this plugin with a preprocessor, you'll need to configure it as such: ```js // ./path/to/module-exporting-a-function.js var sass = require('node-sass'); -var path = require('path'); module.exports = function processSass(data, filename) { var result;