From b41c76c10ec5ade65040b07e9f30858aba27d182 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Wed, 29 Jan 2020 14:27:13 +0100 Subject: [PATCH] Fix typo --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index 37b6ba7c..3ceff6b7 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -35,7 +35,7 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests * run `sbt 'set test in assembly := {}' compile` (`sbt "set test in assembly := {}" compile` on Windows) to compile the project -* run `sbt set test in assembly := {}' assembly` (`sbt "set test in assembly := {}" assembly` on Windows) to build the executable jar file, it should appear in `target/scala-2.12` +* run `sbt 'set test in assembly := {}' assembly` (`sbt "set test in assembly := {}" assembly` on Windows) to build the executable jar file, it should appear in `target/scala-2.12` ### Building with tests