From 18c26e3efc8c44717daa74e6fc022c9f8cc23a1b Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 5 May 2018 16:43:53 +0200 Subject: [PATCH] example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6ef8a2f..80470cd 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ It takes an input html file, parses it, and outputs all included javascript and ``` minifyfromhtml --js= --css= < ``` + +example: +``` +minifyfromhtml --js=dist/mywidget.min.js --css=dist/mywidget.min.css < example/index.html +```