From a239a612e00ac18c8239a970b3bdc92bcb8f503d Mon Sep 17 00:00:00 2001 From: Watchcoin <156217571+K1mc4n@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:00:22 +0700 Subject: [PATCH] Update README.md Signed-off-by: Watchcoin <156217571+K1mc4n@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebd306fc..b4381b3d8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ npm run dev ``` ### Implementing storage for the SDK -Pluto, the SDK storage layer, is not a complete solution and requires some work. To make this as simple as possible there are multiple options of different complexity provided. These options are discussed in more detail in the Pluto module. +Pluto, the SDK storage layer, is not a complete solution and requires some work. To make this as simple as possible, there are multiple options of different complexity provided. These options are discussed in more detail in the Pluto module.  [Read more here.](./src/pluto/README.md) > [!WARNING]