Skip to content

Commit 93270d4

Browse files
committed
Fix command in README
1 parent 837e544 commit 93270d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python -m pip install -e ".[dev]"
3636
4. The template already includes a sample task ("Thresholding Task"). Whenever
3737
you change its input parameters or docstring, re-run
3838
```console
39-
python src/fractal_helper_tasks/dev/update_manifest.py
39+
python src/fractal_helper_tasks/dev/create_manifest.py
4040
git add src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json
4141
git commit -m'Update `__FRACTAL_MANIFEST__.json`'
4242
git push origin main

0 commit comments

Comments
 (0)