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";