From 5b77b721f04d28697ca09499a0080aca7502d7c0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 15 Jun 2023 10:26:15 +0200 Subject: [PATCH] chore: update readme regarding rebrand --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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

Last Commit @@ -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); })();