From 9910a4e5ed34bdc2232a2714d4f7fe99e4b43b88 Mon Sep 17 00:00:00 2001 From: vflyson Date: Mon, 20 Feb 2017 02:55:52 -0500 Subject: [PATCH] improve README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5492751..06467d2 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,17 @@ However, keep in mind that `monolith` is not aware of your browser's session. $ sudo npm install -g git@github.com:Y2Z/monolith.git ### Usage - $ monolith [local path]/index.html > mysite.html + $ monolith https://github.com > github.html or - $ monolith https://github.com > github.html + $ monolith -q [local path]/index.html > mysite.html ### Options - `-u`: output the result document as one big data-URI - - `-q`: don't be verbose + - `-q`: be quiet ### License