From b9266d0a9a6093b9a7fe881afde83b58b443afdb Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 12 Mar 2017 18:59:57 +0100 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7183dde..c90ac13 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ import * as neat from 'neat' let mySmartsass = new smartsass.Smartsass({ filePath: './some.css', - includePaths: boubon.includePaths + includePaths: bourbon.includePaths }) mySmartsass.addIncludePaths(neat.includePaths)