aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-08-05 05:05:22 +0200
committerTeddy Wing2018-08-05 05:05:22 +0200
commit77b319116df571a4b9c654f385dfb9862868b7e2 (patch)
tree3e49c306bc5f51b0e161499b179c62d3ae38d565
parentbe56f2a0c670d367f4a46e1d5c57537d265d4acf (diff)
downloadLegibility-77b319116df571a4b9c654f385dfb9862868b7e2.tar.bz2
README: Educate quotes
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 668b912..ee43bb0 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ experience.
## Usage
-Let's say we want to modify the font of an article on `www.example.com`. Add an
-`www.example.com.css` file in the extension's `css/` directory:
+Let’s say we want to modify the font of an article on `www.example.com`. Add an
+`www.example.com.css` file in the extension’s `css/` directory:
``` css
/* legibility/css/www.example.com.css */
@@ -21,7 +21,7 @@ article {
Upon reloading the page, the custom stylesheet should now be applied.
-Stylesheets must use a filename matching the website's domain (including
+Stylesheets must use a filename matching the website’s domain (including
subdomains), and terminated by a `.css` extension.
@@ -32,21 +32,21 @@ modify stylesheets in the `css/` directory.
### Chrome
Begin by cloning this repository. Open the Extensions page
-(`chrome://extensions/`) and click the "Load unpacked" button. In the resulting
-file browser, select the extension's directory.
+(`chrome://extensions/`) and click the “Load unpacked” button. In the resulting
+file browser, select the extension’s directory.
### Firefox
-This extension is unsigned. Refer to "What are my options if I want to install
-unsigned extensions in Firefox?" in
+This extension is unsigned. Refer to “What are my options if I want to install
+unsigned extensions in Firefox?” in
https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ before attempting to
install it.
cd '~/Library/Application Support/Firefox/Profiles/PROFILE_DIRECTORY/extensions'
git clone https://github.com/teddywing/Legibility.git 'com.teddywing@legibility'
-Relaunch Firefox and open the Add-ons page (`about:addons`). Click the "Enable"
-button on Legibility's row.
+Relaunch Firefox and open the Add-ons page (`about:addons`). Click the “Enable”
+button on Legibility’s row.
## License