diff --git a/README.md b/README.md index 7825eae5..b1a36db2 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,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";