From 51a6ea777282e16a96020b1c0a3cb6808578c55e Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 25 Jun 2024 14:58:33 -0400 Subject: [PATCH] Update README.md Clarifying how Objects and Relations are discussed in the example of a spreadsheet, where each Relation is explained as a column header. I think the way it was previously stated was incorrect and possibly a bit confusing for first-time readers. --- basics/relations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/relations/README.md b/basics/relations/README.md index a2a00da..8e1f432 100644 --- a/basics/relations/README.md +++ b/basics/relations/README.md @@ -6,7 +6,7 @@ Relations are key to organizing and connecting your Objects and knowledge in Any * **Defining attributes:** You can use Relations to define the characteristics of a certain Object. * For example, when creating a Task in Anytype, you can add Relations such as _Status_: Done/Not Done, or _Priority_: Low, Medium, or High. - * If we were to imagine a database, Relations represent the column headers to each row (where column A is the Object). + * If we were to imagine a database, Relations represent the column headers to each row (where column A represents the Object name, and where each row represents an Object). * Once you have set your attributes, it becomes possible to sort and filter your Objects according to the Relations you've defined in Set View.