From 0534fdf76671de4f24af56f89615b7e7b2ba4aa2 Mon Sep 17 00:00:00 2001 From: layla <111667698+04cb@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:59:04 +0800 Subject: [PATCH] Fix typo: it's to its (#1251) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f9a0f..f505b22 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Over time, the agent will update its memory as it learns. To actively guide your ```bash > /remember [optional instructions on what to remember] ``` -Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from it's current trajectory with the command: +Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from its current trajectory with the command: ```bash > /skill [optional instructions on what skill to learn] ```