Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda authored Apr 18, 2024
1 parent a544257 commit 73602ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
InterpreterOutput
} from "@/agent-lang-interpreter";

const filename = "code.txt";
const filename = "source-code.txt";
const sourceCode = readFileSync(filename, "utf-8");

const config: InterpreterConfiguration = { steps: 10, delay: 500, width: 500, height: 500 };
Expand Down

0 comments on commit 73602ba

Please sign in to comment.