From 7120045419a1a1aa54df6b0eade76864fb1d1889 Mon Sep 17 00:00:00 2001 From: Magnus Jahre Date: Thu, 16 May 2019 14:45:31 +0200 Subject: [PATCH] Fixed a directory reference --- introduction.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.org b/introduction.org index 4188d9a..23d13ec 100644 --- a/introduction.org +++ b/introduction.org @@ -113,7 +113,7 @@ combinatorial. ** Your first component - The code for the snippets in this subchapter can be found in Example.scala in the test directory. + The code for the snippets in this subchapter can be found in the directory src/test/scala/Examples/. You can run them using sbt by running ./sbt in your project root which will open your sbt console.