diff --git a/README.md b/README.md
index b42a0a1..1a0903c 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,36 @@ Store all your favorite online articles for safe-keeping. That's it. That's the
👉 [**cozy-reader.netlify.app/**](https://cozy-reader.netlify.app/)
-
\ No newline at end of file
+| Cozy | Actual |
+|--------|--------|
+|  |  |
+
+## Usage / Options
+
+**1. Copy, Paste**
+
+It's simple. When you open an article and want to turn it into a more cozy reading experience, just copy the url and paste it to the cozy app's address bar.
+
+*Oh, you're too lazy for that?*
+
+**2. One-click Bookmark**
+
+A bookmarklet could run a script to open the current page for you on Cozy. You can create this new bookmark titled 'Get cozy!' and put the following as value for the URL:
+
+```
+javascript:(function(){ window.open('https://cozy-reader.netlify.app/?url=%27 + window.location.href, %27_self%27); })();
+```
+
+This is possible on all major browsers, including Safari on iOS (where I personally use this often). Some screenshots:
+
+| Firefox | Chrome |
+| --- | --- |
+|  |  |
+
+*Oh, you don't want a bookmark?*
+
+**3. One-click Extension then...**
+
+It doesn't exist yet... I'll probably get to creating a browser extension at some point. Either that, or I'll write a CONTRIBUTING.md. PRs welcome forever.
+
+🧸
diff --git a/package-lock.json b/package-lock.json
index 5b8647e..853af31 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "@ayoayco/cozy-reader",
+ "name": "cozy-reader",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/src/components/address-bar.astro b/src/components/address-bar.astro
index 5763e19..fa60e8e 100644
--- a/src/components/address-bar.astro
+++ b/src/components/address-bar.astro
@@ -27,6 +27,7 @@ const form = new FormGroup([
value: "Get cozy!",
}}
/>
+ Star on GitHub