Skip to main content

Improve the README slightly

ID
09c8c49
date
2024-06-07 11:11:54+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
9c94936
message
Improve the README slightly
changed files
1 file, 4 additions, 4 deletions

Changed files

README.md (1644) → README.md (1628)

diff --git a/README.md b/README.md
index 3be86e5..c6df270 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@ It may not seem like much, but I use these snippets dozens of times a day and it
 
 This repo has a script that creates a collection of snippets to use [in Alfred](https://www.alfredapp.com/help/features/snippets/).
 
-## Motivation
+## Why not use Alfred's in-app snippet editor?
 
-I use a script rather than an in-app snippet editor because I want to share snippets between my home and work computers.
+Because I want to share snippets between my home and work computers.
 
-Most apps sync their preferences through some sort of cloud storage, e.g. Dropbox or iCloud.
-I don't want to connect my home and work computers that way – I try to keep them separate.
+Alfred can sync its preferences through some sort of cloud storage, e.g. Dropbox or iCloud.
+But I don't want to connect my home and work computers that way – I try to keep them separate.
 e.g. I don't log into my work email on my home computer, and I don't log in to my personal iCloud on my work laptop.
 
 By putting my snippets in a GitHub repo, I can check out the repo on both computers and get the same set of snippets, but in a way that maintains the gap between the machines.