From fada2b67e891f3f1617e615924cfa11f4609ec09 Mon Sep 17 00:00:00 2001 From: Nikki Date: Tue, 4 Feb 2025 14:29:54 -0700 Subject: [PATCH] Update templates/aranya-example/README.md Co-authored-by: ycarmy --- templates/aranya-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/aranya-example/README.md b/templates/aranya-example/README.md index 7ab8b68..1cad1e4 100644 --- a/templates/aranya-example/README.md +++ b/templates/aranya-example/README.md @@ -8,7 +8,7 @@ This example shows how to use the [`aranya-client`](../../crates/aranya-client) - [Create an Aranya Fast Channel](https://aranya-project.github.io/aranya-docs/afc/) - [Send encrypted data between peers](https://aranya-project.github.io/aranya-docs/afc-cryptography/) -During setup, the example application starts an instance of the [`aranya-daemon`](../../crates/aranya-daemon) for each Aranya user in the background. The daemon handles low-level operations such as syncing between different users so that the client can focus on the operations it wants to perform on the team. +During setup, the example application starts an instance of the [`aranya-daemon`](../../crates/aranya-daemon) for each Aranya user in the background. The daemon handles low-level operations such as automatically syncing graph states between different users so that the client can focus on the operations it wants to perform on the team. # Generate a New Project