From 35dae8aa5d208e30538b88c03e4038fce11621fc Mon Sep 17 00:00:00 2001 From: jolestar Date: Mon, 13 Jan 2025 20:23:40 +0800 Subject: [PATCH] Update examples/foc_eliza/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- examples/foc_eliza/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foc_eliza/README.md b/examples/foc_eliza/README.md index 256eb27715..6d001b4c26 100644 --- a/examples/foc_eliza/README.md +++ b/examples/foc_eliza/README.md @@ -47,7 +47,7 @@ rooch move test ```sh rooch move publish --named-addresses foc_eliza=default ``` -2. Create a on-chain character +2. Create an on-chain character ```sh rooch move run --function default::character::create_character_from_json --args file:../../../eliza/characters/dobby.character.json