diff --git a/SPEC.md b/SPEC.md index 44cd912b..dfc4c5a4 100644 --- a/SPEC.md +++ b/SPEC.md @@ -382,7 +382,7 @@ WDL also provides features for implementing more complex workflows. For example, ```json { "hello_parallel.pattern": "^[a-z_]+$", - "hello_parallel.files": ["/greetings.txt", "greetings2.txt"] + "hello_parallel.files": ["greetings.txt", "hello.txt"] } ```