From 639ab2274135204b4e394ed5cab8fce4826af10e Mon Sep 17 00:00:00 2001 From: fmoletta <99273364+fmoletta@users.noreply.github.com> Date: Thu, 26 Jan 2023 14:06:36 -0300 Subject: [PATCH] Remove redundancy in Using Hints section of README (#759) `any arbitrary` hint is redundant, we can just leave it at any --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b504a627..bb10781fae 100644 --- a/README.md +++ b/README.md @@ -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.