Skip to content

Commit f028709

Browse files
authored
fix reference in readme
1 parent 26a1c5a commit f028709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ config.json # evaluation function deployment configu
113113

114114
### Development Workflow
115115

116-
In its most basic form, the development workflow consists of writing the evaluation function in the `evaluation_function.wl` file and testing it locally. As long as the evaluation function adheres to the Evaluation Function API, a development workflow which incorporates using Shimmy is not necessary.
116+
In its most basic form, the development workflow consists of writing the evaluation function in the `evaluation_function/evaluation.py` file and testing it locally. As long as the evaluation function adheres to the Evaluation Function API, a development workflow which incorporates using Shimmy is not necessary.
117117

118118
Testing the evaluation function can be done by running the `dev.py` script using the Python interpreter like so:
119119

0 commit comments

Comments
 (0)