Skip to content

Commit cac2362

Browse files
Fix warning callout
1 parent be722c8 commit cac2362

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/hello_nextflow/07_hello_modules.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ cd hello-modules
3434
```
3535

3636
!!! warning
37-
If you're continuing on directly from Part 5, you'll need to move up one directory first.
38-
` cd ../hello-modules
39-
`
37+
38+
If you're continuing on directly from Part 5, you'll need to move up one directory first.
39+
```
40+
cd ../hello-modules
41+
```
4042

4143
The `hello-modules` directory has the same content and structure that you're expected to end up with in `hello-config` on completion of Part 5.
4244

0 commit comments

Comments
 (0)