From db736ba2903f73e5f6b583bbbd9b64c498090d83 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Fri, 19 Jul 2024 10:48:29 -0600 Subject: [PATCH] Update 10_Appendix_Running_Effects.md --- Chapters/10_Appendix_Running_Effects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapters/10_Appendix_Running_Effects.md b/Chapters/10_Appendix_Running_Effects.md index 85d914a2..a6e2d209 100644 --- a/Chapters/10_Appendix_Running_Effects.md +++ b/Chapters/10_Appendix_Running_Effects.md @@ -1,4 +1,4 @@ -# Appendix Running Effects {#CAppendix-Running-Effects} +# Appendix Running Effects {#Appendix-Running-Effects} One way to run ZIOs is to use a "main method" program (something you can start in the JVM). However, setting up the pieces needed for this is a bit cumbersome if done without helpers.