diff --git a/README.md b/README.md
index 4a8b6f0..7221336 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
Cozy 🧸
+Cozy 🧸 Uh, we need a new name! See why here
@@ -10,6 +10,14 @@
↗ Try the App! ↗
+## So, how is this app different?
+
+Well here's what I’m building:
+1. An app that just works, no sign ups or setups.
+2. Progressively enhanced experience. Main feature works even without JS. Removing distractions happen on the server and dead clean HTML gets delivered
+3. All your data are cached and does not leave your device; offline access is by default
+4. Cloud-sync will be opt-in, with your choice of provider
+
## Roadmap
| Feature | Status |
| --- | --- |
@@ -25,11 +33,11 @@
**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](https://cozy-reader.netlify.app/) address bar.
+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 [app's](https://cozy-reader.netlify.app/) address bar.
**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:
+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); })();