diff --git a/README.md b/README.md index 200e59a..2df9b74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Sierra Emulator -This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step. -It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native. +This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step. +It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native. + +## Running the Program +`cargo run `