Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial/07-multiple-task-lists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here's the plan. We are going to:
3. Store the root document's ID in localStorage in a well-known key to check during startup.
4. Create a simple UI for copying the root document between browsers, creating rudimentary "accounts".

If this feels different to you from how a traditional database works, that's normal. With Automerge, building an application will eel more like linking together a web of documents than querying a database.
If this feels different to you from how a traditional database works, that's normal. With Automerge, building an application will feel more like linking together a web of documents than querying a database.


## Create a root document
Expand Down