Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #124 from TomTaehoonKim/fix/docs
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
protolambda committed Jun 16, 2023
2 parents 7e8fe45 + ec4d9e2 commit f9bcb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ by simply inserting jumps to the return-address, before the functions spin up an

This is an instrumented emulator, also running big-endian 32-bit MIPS, that executes one step at a time,
and maintains the same state as used for onchain execution.
The difference is that has access to the full memory, and pre-image oracle.
The difference is that it has access to the full memory, and pre-image oracle.
And as it executes each step, it can optionally produce the witness data for the step, to repeat it onchain.

The Cannon CLI is used to load a program into an initial state,
Expand Down

0 comments on commit f9bcb58

Please sign in to comment.