From 331136f3952b99445266359c86f1ecb5cd19d03b Mon Sep 17 00:00:00 2001 From: Misha Kaletsky <15040698+mmkal@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:17:01 +0000 Subject: [PATCH] HUGE CHANGE: "agle" -> "able" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d093a3d1..c2174647 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ await env.exec("cat package.json"); // reads from disk await env.exec('echo "modified" > package.json'); // stays in memory ``` -**ReadWriteFs** - Direct read-write access to a real directory. Use this if you want the agent to be agle to write to your disk: +**ReadWriteFs** - Direct read-write access to a real directory. Use this if you want the agent to be able to write to your disk: ```typescript import { Bash } from "just-bash";