diff --git a/README.md b/README.md index e5bda9e9a62af59038db427495e33be8f1a5c380..4035388a00d3303eb299127c4fab1ba111893e8b 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ python -m pip install -r requirements.txt python generate.py -o ../operators ../operators-<operator-group>.toml -# To generate all operators you have to run the script with all toml files. +# To generate all operators you have to run the script repeatedly, each time with a different toml file. ```