Skip to content

Commit 3ac52a0

Browse files
authored
Merge pull request #543 from ewels/fix-heading-level
Fix heading to be h4
2 parents 2cf8fda + 3d7b020 commit 3ac52a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hello_nextflow/03_hello_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ This is what we can write with confidence based on what you've learned so far.
306306
But this is not functional!
307307
It leaves out the input definition(s) and the first half of the script command because we need to figure out how to write that.
308308

309-
### 2.1.2. Define inputs to `collectGreetings()`
309+
#### 2.1.2. Define inputs to `collectGreetings()`
310310

311311
We need to collect the greetings from all the calls to the `convertToUpper()` process.
312312
What do we know we can get from the previous step in the workflow?

0 commit comments

Comments
 (0)