From 33864d356d1817f70ea22d50314f496a4d5433a1 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Mon, 17 Feb 2025 17:22:53 +0100 Subject: [PATCH] Update 01_orientation.md --- docs/hello_nextflow/01_orientation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hello_nextflow/01_orientation.md b/docs/hello_nextflow/01_orientation.md index 99e3dfff7..9670b8ae0 100644 --- a/docs/hello_nextflow/01_orientation.md +++ b/docs/hello_nextflow/01_orientation.md @@ -28,7 +28,7 @@ If you run this inside `hello-nextflow`, you should see the following output: │ ├── build │ ├── data │ ├── results -│ └── scripts +│ └── solutions ├── data │ ├── bam │ ├── greetings.csv @@ -64,7 +64,7 @@ If you run this inside `hello-nextflow`, you should see the following output: ├── hello-operators └── hello-world -18 directories, 17 files +22 directories, 17 files ``` !!!note