# inline-critical Inline critical-path css and load the existing stylesheets asynchronously [![build status](https://secure.travis-ci.org/bezoerb/inline-critical.png)](http://travis-ci.org/bezoerb/inline-critical) ## Installation This module is installed via npm: ``` bash $ npm install inline-critical ``` ## Example Usage ``` js var inlineCritical = require('inline-critical'); ```