Skip to content

Commit

Permalink
Remove redundancy in Using Hints section of README (#759)
Browse files Browse the repository at this point in the history
`any arbitrary` hint is redundant, we can just leave it at any
  • Loading branch information
fmoletta committed Jan 26, 2023
1 parent fd244f9 commit 639ab22
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 @@ -118,7 +118,7 @@ Currently, as this VM is under construction, it's missing some of the features o
There are two ways to use non-standard hints in this VM:

- Extend the cairo-rs code and build your own binary using the interface hint processor
- Use [cairo-rs-py](https://github.com/lambdaclass/cairo-rs-py) which supports running any arbitrary hint in a Python interpreter.
- Use [cairo-rs-py](https://github.com/lambdaclass/cairo-rs-py) which supports running any hint in a Python interpreter.

### Running a function in a Cairo program with arguments
When running a Cairo program directly using the Cairo-rs repository you would first need to prepare a couple of things.
Expand Down

0 comments on commit 639ab22

Please sign in to comment.