From deea00e9ebb36230415620d8db18aa30d8c850e6 Mon Sep 17 00:00:00 2001 From: Dean Wampler Date: Sun, 15 Sep 2024 18:01:00 -0500 Subject: [PATCH] typo Signed-off-by: Dean Wampler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c67ec1..cb032bba 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The `master` branch and the `3.X.Y` tag releases are for the third edition. The > > It appears that `sbt` syntax has **not** changed when using `runMain` at the SBT prompt, for example: > ``` -> runMain progscala3.introscala.Hello2 Hello Scala World!` +> runMain progscala3.introscala.Hello2 Hello Scala World! > ``` > (Use of `sbt` is discussed further below.)