Skip to content

Commit

Permalink
📝 Update import path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Jan 3, 2024
1 parent e757a90 commit 1cdb606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bash install.sh
To import a task, add the following line to the top of your WDL file:

```wdl
import "wdl-hub/tasks/<module-name>.wdl" as a_name
import "relative-path/to/wdl-hub/tasks/<module-name>.wdl" as a_name
```

Then you can use the task in your WDL workflow:
Expand Down

0 comments on commit 1cdb606

Please sign in to comment.