Skip to content

Commit 8e0fa6e

Browse files
authored
Merge pull request #82 from rmccole/patch-4
Update 02-1st-example.md
2 parents 9a21730 + 4f3d55a commit 8e0fa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-1st-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keypoints:
1515
---
1616
The simplest "hello world" program. This accepts one input parameter, writes a message to the terminal or job log, and produces no permanent output. CWL documents are written in [JSON][json] or [YAML][yaml], or a mix of the two.
1717

18-
First, create a file called 1st-tool.cwl, containing the following:
18+
First, create a file called 1st-tool.cwl, containing the boxed text below. It will help you to use a text editor that can be specified to produce text in YAML or JSON. Whatever text editor you use, the indents you see should not be created using tabs.
1919

2020
*1st-tool.cwl*
2121
~~~

0 commit comments

Comments
 (0)