From e005a12755f7d134867e811ff7454828d6b02584 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 2 Mar 2026 12:06:15 -0700 Subject: [PATCH] Fix typo and link --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39683b78dabbcae4306cd086d000533d1418281c..2eee2e9a4f21e0fec117bbb7a277cb7c4485afa5 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,9 @@ Options: ## Syncing -Everything is [CRDTs], so syncing (should be) easy! The built-in method -uses a [Rust port][magic-wormhole.rs] of [magic-wormhole]. +Everything is [CRDTs], so syncing is (or at least should™ be) easy! The +built-in method uses a [Rust port][magic-wormhole.rs] of +[magic-wormhole]. - Initiate a sync on one device with `td sync` - Outputs a code like `9-lurid-gecko` @@ -110,8 +111,8 @@ or whatever, you _should_ just be able to point the sync daemon at When syncing a project to another machine, do **not** run `td init` on the other machine. Initialize just once on the first machine, then -bootstrap others with [`td sync`](#syncing). The first machine will -notice the other has nothing and provide everything. +bootstrap others with `td sync` ([sync docs](#syncing)). The first +machine will notice the other has nothing and provide everything. Running `td init` on both machines generates different `project_id` values and prevents sync from merging them.