about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47ad83b..df90800 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ make check
 
 ravanan requires a running Guix daemon. ravanan maintains its own *store* (this is distinct from Guix's store) to cache job outputs.
 
-You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.json` using
+You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.yaml` using
 ```
 ravanan hello-world.cwl hello-world-inputs.yaml --store=store --guix-manifest=manifest.scm
 ```