about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-30 02:04:07 +0000
committerArun Isaac2025-11-30 02:04:53 +0000
commita1b9ac146eb7375fcec7d5945707ad075b3df5f3 (patch)
treef3eb17d4669aa94712c936662d3d16285671887e
parent426201609e13d47960a922456cbbddf61cde3330 (diff)
downloadravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.tar.gz
ravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.tar.lz
ravanan-a1b9ac146eb7375fcec7d5945707ad075b3df5f3.zip
README: Replace JSON inputs file with YAML inputs file.
This was missed out in 1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6.
-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
 ```