From e1767773e8bc2c7b70cf5b2b933490376f955d4c Mon Sep 17 00:00:00 2001 From: Teles Date: Mon, 30 Jul 2018 18:05:30 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0673b4c..b49fa63 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Crittr({ // restCss is the rest remaining after excluding the criticalCss. // You can start including it directly as a defered css without // any need to calculate it on your own - console.log(criticalCss); + console.log(critical); }); ```