From beeb69910a56a6c2f737f02d74ccd712107f2d19 Mon Sep 17 00:00:00 2001 From: Luis Rodero-Merino Date: Tue, 25 Jul 2023 10:33:39 +0200 Subject: [PATCH] Fixes on tutorial code --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index bf81f330bb..f2e764451d 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -369,7 +369,7 @@ here](https://github.com/lrodero/cats-effect-tutorial/blob/series/3.x/src/main/s The program can be run from `sbt` just by issuing this call: ```scala -> runMain catseffecttutorial.CopyFile origin.txt destination.txt +> runMain catseffecttutorial.copyfile.CopyFile origin.txt destination.txt ``` It can be argued that using `IO{java.nio.file.Files.copy(...)}` would get an