improve README.md
This commit is contained in:
parent
bb3a6680a7
commit
830d819554
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ resulting in a single HTML5 document that is easy to store and share.
|
||||||
|
|
||||||
Works both on remote and local targets.
|
Works both on remote and local targets.
|
||||||
|
|
||||||
If compared to saving websites with `wget -mpk http://news.ycombinator.com`,
|
If compared to saving websites with `wget -mpk`,
|
||||||
`monolith` embeds all assets as data-URIs and therefore would display the page
|
`monolith` embeds all assets as data-URIs and therefore would display the page
|
||||||
exactly the same at any time, not depending on the Internet connection.
|
exactly the same at any time, not depending on the Internet connection.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ However, keep in mind that `monolith` is not aware of your browser's session.
|
||||||
$ sudo npm install -g git@github.com:Y2Z/monolith.git
|
$ sudo npm install -g git@github.com:Y2Z/monolith.git
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
$ monolith <local path>/index.html > mysite.html
|
$ monolith [local path]/index.html > mysite.html
|
||||||
or
|
or
|
||||||
$ monolith https://github.com > github.html
|
$ monolith https://github.com > github.html
|
||||||
<!-- or -->
|
<!-- or -->
|
||||||
|
|
Loading…
Reference in a new issue