Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Janusz committed Mar 18, 2023
1 parent 9a28ea3 commit 7274977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ Because `MyProj.scala` is a regular Scala file, its contents may be split and re

We also need to tell `sbt` that `MyProj.scala` is the entry point of the entire build definition. In order to do that, we need to create a minimal, "bootstrapping" `build.sbt` file:

```
```scala
lazy val root = MyProj.root
```

Expand Down

0 comments on commit 7274977

Please sign in to comment.