From 812b46960cc16fd16d5c058af85a755f68e9137b Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 5 Apr 2020 16:24:18 -0400 Subject: [PATCH] use proper quotation marks in the README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6d49c20..6a6bfa7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![GitHub Actions Build Status for GNU/Linux](https://github.com/Y2Z/monolith/workflows/GNU%2FLinux/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AGNU%2FLinux) -[![GitHub Actions Build Status for macOS](https://github.com/Y2Z/monolith/workflows/macOS/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AmacOS) -[![GitHub Actions Build Status for Windows](https://github.com/Y2Z/monolith/workflows/Windows/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AWindows) +[![Monolith Build Status for GNU/Linux](https://github.com/Y2Z/monolith/workflows/GNU%2FLinux/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AGNU%2FLinux) +[![Monolith Build Status for macOS](https://github.com/Y2Z/monolith/workflows/macOS/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AmacOS) +[![Monolith Build Status for Windows](https://github.com/Y2Z/monolith/workflows/Windows/badge.svg)](https://github.com/Y2Z/monolith/actions?query=workflow%3AWindows) ``` ___ ___________ __________ ___________________ ___ @@ -12,9 +12,9 @@ |___| |__________| \____________________| |___| |___| |___| ``` -A data hoarder's dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. +A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. -Unlike the conventional "Save page as", `monolith` not only saves the target document, it embeds CSS, image, and JavaScript assets **all at once**, producing a single HTML5 document that is a joy to store and share. +Unlike the conventional “Save page as”, `monolith` not only saves the target document, it embeds CSS, image, and JavaScript assets **all at once**, producing a single HTML5 document that is a joy to store and share. If compared to saving websites with `wget -mpk`, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available. @@ -22,20 +22,20 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as ## Installation -#### With Homebrew (on macOS and GNU/Linux) +#### Via Homebrew (on macOS and GNU/Linux) $ brew install monolith #### Using Snapcraft (on GNU/Linux) $ snap install monolith -#### Via Docker -The guide can be found [here](docs/containers.md) - #### From source $ git clone https://github.com/Y2Z/monolith.git $ cd monolith $ make install +#### With Docker +The guide can be found [here](docs/containers.md) + --------------------------------------------------- ## Usage @@ -80,4 +80,4 @@ The Unlicense --------------------------------------------------- -Keep in mind that `monolith` is not aware of your browser's session +Keep in mind that `monolith` is not aware of your browser’s session