From 5c13a1d568f18691b504045ef1135b9e7a876891 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 12 Mar 2017 12:09:08 +0100 Subject: [PATCH] improve README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aba8685..0cc3828 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ Use TypeScript for best in class instellisense. ```javascript import * as smartsass from Smartsass +import * as bourbon from 'bourbon +import * as neat from 'neat' + +let mySmartsass = new smartsass.Smartsass({ + filePath: './some.css', + includePaths: boubon.includePaths +}) + +mySmartsass.addIncludePaths(neat.includePaths) + +let renderedString = mySmartsass.render() ``` For further information read the linked docs at the top of this README.